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 24c6750 commit d36aef6Copy full SHA for d36aef6
Build.ps1
@@ -20,7 +20,7 @@ foreach ($src in ls src/*) {
20
21
echo "build: Packaging project in $src"
22
23
- & dotnet pack -c Release -o ..\..\.\artifacts --version-suffix=$suffix --include-source
+ & dotnet pack -c Release -o ..\..\artifacts --version-suffix=$suffix --include-source
24
if($LASTEXITCODE -ne 0) { exit 1 }
25
26
Pop-Location
0 commit comments