Skip to content

Commit

Permalink
(build) bump cake to 1.0.0 - update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Feb 8, 2021
1 parent 80adc3f commit 0cfa014
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,7 @@ $Arguments = @{
# Start Cake
Write-Host "Running build script..."

& dotnet cake $Script --bootstrap
if ($LASTEXITCODE -eq 0)
{
& dotnet cake $Script $Arguments
}
& dotnet cake $Script $Arguments

if ($env:APPVEYOR) {
$host.SetShouldExit($LASTEXITCODE)
Expand Down

0 comments on commit 0cfa014

Please sign in to comment.