Skip to content

Commit 19200d8

Browse files
Update build scripts
1 parent 5837d91 commit 19200d8

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
@@ -9,5 +9,5 @@ $env:DOTNET_NOLOGO = '1'
99
dotnet tool restore
1010
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
1111

12-
dotnet cake build.cake @args
12+
dotnet cake @args
1313
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ export DOTNET_NOLOGO=1
99

1010
dotnet tool restore
1111

12-
dotnet cake $@
12+
dotnet cake "$@"

0 commit comments

Comments
 (0)