File tree 2 files changed +2
-5
lines changed
src/GitVersion.Configuration
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 6
6
var modules = new IGitVersionModule [ ]
7
7
{
8
8
new CoreModule ( ) ,
9
- new LibGit2SharpCoreModule ( )
9
+ new LibGit2SharpCoreModule ( ) ,
10
+ new CommandsImplModule ( )
10
11
} ;
11
12
12
13
var cts = new CancellationTokenSource ( ) ;
@@ -24,7 +25,6 @@ static IContainer RegisterModules(IEnumerable<IGitVersionModule> gitVersionModul
24
25
{
25
26
var serviceProvider = new ContainerRegistrar ( )
26
27
. RegisterModules ( gitVersionModules )
27
- . RegisterModule ( new CommandsImplModule ( ) )
28
28
. AddSingleton < GitVersionApp > ( )
29
29
. AddLogging ( )
30
30
. Build ( ) ;
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
- <ItemGroup >
3
- <None Remove =" SupportedWorkflows\TrunkBased\v1.yml" />
4
- </ItemGroup >
5
2
<ItemGroup >
6
3
<ProjectReference Include =" ..\GitVersion.Core\GitVersion.Core.csproj" />
7
4
</ItemGroup >
You can’t perform that action at this time.
0 commit comments