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 5837d91 commit 19200d8Copy full SHA for 19200d8
build.ps1
@@ -9,5 +9,5 @@ $env:DOTNET_NOLOGO = '1'
9
dotnet tool restore
10
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
11
12
-dotnet cake build.cake @args
+dotnet cake @args
13
build.sh
@@ -9,4 +9,4 @@ export DOTNET_NOLOGO=1
-dotnet cake $@
+dotnet cake "$@"
0 commit comments