Summary
Creates a repo with a develop branch off main which is a single
commit ahead of main
- Namespace
-
GitVersion
.Testing - Base Types
-
- object
-
Empty
Repository Fixture
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 |
---|---|
Base |
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 |
Base |
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
Name | Value | Summary |
---|---|---|
NotNull |
T |
From
CommonExtensions
|