Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 15, 2024
1 parent 6a6687c commit 08f0366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions new-cli/GitVersion.Cli/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
var modules = new IGitVersionModule[]
{
new CoreModule(),
new LibGit2SharpCoreModule()
new LibGit2SharpCoreModule(),
new CommandsImplModule()
};

var cts = new CancellationTokenSource();
Expand All @@ -24,7 +25,6 @@ static IContainer RegisterModules(IEnumerable<IGitVersionModule> gitVersionModul
{
var serviceProvider = new ContainerRegistrar()
.RegisterModules(gitVersionModules)
.RegisterModule(new CommandsImplModule())
.AddSingleton<GitVersionApp>()
.AddLogging()
.Build();
Expand Down
3 changes: 0 additions & 3 deletions src/GitVersion.Configuration/GitVersion.Configuration.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<None Remove="SupportedWorkflows\TrunkBased\v1.yml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GitVersion.Core\GitVersion.Core.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 08f0366

Please sign in to comment.