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 e2710e4 commit 4ddd9efCopy full SHA for 4ddd9ef
build.ps1
@@ -31,7 +31,7 @@ Param(
31
[string[]]$ScriptArgs
32
)
33
34
-$CakeVersion = "0.17.0"
+$CakeVersion = "0.19.5"
35
$DotNetChannel = "preview";
36
$DotNetVersion = "1.0.0-preview2-003121";
37
$DotNetInstallerUri = "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.ps1";
0 commit comments