Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed to git tool
Browse files Browse the repository at this point in the history
Mastergammler committed Mar 17, 2024
1 parent 6d4e2c0 commit f23b3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build/Program.cs
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ public void Configure(IServiceCollection services)
{
// Register the tools
services.UseTool("nuget:?package=NuGet.CommandLine".AsUri());
services.UseTool("nuget:?package=GitVersion.CommandLine".AsUri());
services.UseTool("nuget:?package=GitVersion.Tool".AsUri());
services.UseTool("nuget:?package=NUnit.ConsoleRunner".AsUri());
}

0 comments on commit f23b3f9

Please sign in to comment.