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 09a204d commit 85db957Copy full SHA for 85db957
build.ps1
@@ -31,7 +31,7 @@ Param(
31
[string[]]$ScriptArgs
32
)
33
34
-$CakeVersion = "0.37.0"
+$CakeVersion = "1.1.0"
35
$DotNetVersion = "5.0.101";
36
$DotNetInstallerUri = "https://dot.net/v1/dotnet-install.ps1";
37
$NugetUrl = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
build.sh
@@ -10,7 +10,7 @@ SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
10
TOOLS_DIR=$SCRIPT_DIR/tools
11
NUGET_EXE=$TOOLS_DIR/nuget.exe
12
NUGET_URL=https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
13
-CAKE_VERSION=0.37.0
+CAKE_VERSION=1.1.0
14
CAKE_EXE=$TOOLS_DIR/Cake.$CAKE_VERSION/Cake.exe
15
16
# Define default arguments.
0 commit comments