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.
1 parent fe28d1d commit 25c44cfCopy full SHA for 25c44cf
1 file changed
cake.cs
@@ -7,7 +7,7 @@
7
*****************************/
8
Setup(
9
static context => {
10
- InstallTool("dotnet:https://api.nuget.org/v3/index.json?package=DPI&version=2026.2.11.364");
+ InstallTool("dotnet:https://api.nuget.org/v3/index.json?package=DPI&version=2026.5.18.419");
11
InstallTool("dotnet:https://api.nuget.org/v3/index.json?package=GitVersion.Tool&version=6.7.0");
12
var assertedVersions = context.GitVersion(new GitVersionSettings
13
{
0 commit comments