Skip to content

Commit 85db957

Browse files
Bump Cake version: 0.37.0->1.1.0
1 parent 09a204d commit 85db957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Param(
3131
[string[]]$ScriptArgs
3232
)
3333

34-
$CakeVersion = "0.37.0"
34+
$CakeVersion = "1.1.0"
3535
$DotNetVersion = "5.0.101";
3636
$DotNetInstallerUri = "https://dot.net/v1/dotnet-install.ps1";
3737
$NugetUrl = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
1010
TOOLS_DIR=$SCRIPT_DIR/tools
1111
NUGET_EXE=$TOOLS_DIR/nuget.exe
1212
NUGET_URL=https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
13-
CAKE_VERSION=0.37.0
13+
CAKE_VERSION=1.1.0
1414
CAKE_EXE=$TOOLS_DIR/Cake.$CAKE_VERSION/Cake.exe
1515

1616
# Define default arguments.

0 commit comments

Comments
 (0)