Skip to content

Commit

Permalink
updated cake to version 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Dec 21, 2018
1 parent 459bf46 commit 4628d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Write-Host "Preparing to run build script..."

if ($PSEdition -eq "Desktop") { $IsWindows = $true }

$CakeVersion = "0.30.0"
$CakeVersion = "0.31.0"

$DotNetChannel = "Current";
$DotNetInstaller = if ($IsWindows) { "dotnet-install.ps1" } else { "dotnet-install.sh" }
Expand Down

0 comments on commit 4628d2c

Please sign in to comment.