From 2f25335324944ab6a71b90a8405e350f0d6a951b Mon Sep 17 00:00:00 2001 From: Adam Chester Date: Sun, 23 Apr 2017 09:15:04 +1000 Subject: [PATCH] Include symbols nuget package --- Build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.ps1 b/Build.ps1 index 7c5a85f..5434028 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -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