We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df2cb57 + d935612 commit 5a1f14fCopy full SHA for 5a1f14f
1 file changed
cake.cs
@@ -8,7 +8,7 @@
8
Setup(
9
static context => {
10
InstallTool("dotnet:https://api.nuget.org/v3/index.json?package=DPI&version=2026.2.11.364");
11
- InstallTool("dotnet:https://api.nuget.org/v3/index.json?package=GitVersion.Tool&version=6.6.1");
+ InstallTool("dotnet:https://api.nuget.org/v3/index.json?package=GitVersion.Tool&version=6.6.2");
12
var assertedVersions = context.GitVersion(new GitVersionSettings
13
{
14
OutputType = GitVersionOutput.Json
0 commit comments