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.
2 parents 90393cd + 2f25335 commit 11583f2Copy full SHA for 11583f2
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