Skip to content

Commit

Permalink
build: Fix Build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
unchase committed Dec 10, 2022
1 parent febd881 commit 158e356
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 @@ -20,7 +20,7 @@ foreach ($src in ls src/*) {

echo "build: Packaging project in $src"

& dotnet pack -c Release -o ..\..\artifacts --version-suffix $suffix
& dotnet pack -c Release -o ..\..\artifacts
if($LASTEXITCODE -ne 0) { exit 1 }

Pop-Location
Expand Down

0 comments on commit 158e356

Please sign in to comment.