Skip to content

Commit

Permalink
(build) Updated Cake tool to version 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Jul 6, 2018
1 parent 76e5d2b commit ba349da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Expand Up @@ -31,7 +31,7 @@ Param(
[string[]]$ScriptArgs
)

$CakeVersion = "0.28.1"
$CakeVersion = "0.29.0"
$DotNetChannel = "Current";
$DotNetVersion = "2.1.101";
$DotNetInstallerUri = "https://dot.net/v1/dotnet-install.ps1";
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -10,7 +10,7 @@ SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
TOOLS_DIR=$SCRIPT_DIR/tools
NUGET_EXE=$TOOLS_DIR/nuget.exe
NUGET_URL=https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
CAKE_VERSION=0.28.1
CAKE_VERSION=0.29.0
CAKE_EXE=$TOOLS_DIR/Cake.$CAKE_VERSION/Cake.exe

# Temporarily skip verification of addins.
Expand Down

0 comments on commit ba349da

Please sign in to comment.