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 5a79c7e commit 2f25335Copy full SHA for 2f25335
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
+ & dotnet pack -c Release --include-symbols -o ..\..\artifacts --version-suffix=$suffix
24
if($LASTEXITCODE -ne 0) { exit 1 }
25
26
Pop-Location
0 commit comments