BaseGitFlowRepositoryFixture Class

Summary

Creates a repo with a develop branch off main which is a single commit ahead of main
Namespace
GitVersion.Testing
Base Types
graph BT Type-->Base0["EmptyRepositoryFixture"] click Base0 "/api/GitVersion.Testing/EmptyRepositoryFixture" Base0-->Base1["object"] Type["BaseGitFlowRepositoryFixture"] class Type type-node

Syntax

public class BaseGitFlowRepositoryFixture : EmptyRepositoryFixture

Constructors

Name Summary
BaseGitFlowRepositoryFixture(Action<IRepository>, string)

Creates a repo with a develop branch off main which is a single commit ahead of main

The initial setup actions will be performed before branching develop

BaseGitFlowRepositoryFixture(string, string)

Creates a repo with a develop branch off main which is a single commit ahead of main branch

Main will be tagged with the initial version before branching develop

Extension Methods

GitHub