Skip to content

Commit

Permalink
Merge pull request #76 from serilog/dotnet-cli-1.0.3
Browse files Browse the repository at this point in the history
Include symbols nuget package
  • Loading branch information
nblumhardt authored Apr 22, 2017
2 parents 90393cd + 2f25335 commit 11583f2
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 --include-symbols -o ..\..\artifacts --version-suffix=$suffix
if($LASTEXITCODE -ne 0) { exit 1 }

Pop-Location
Expand Down

0 comments on commit 11583f2

Please sign in to comment.