From 76f599e2fc08926f1bc948e8d8ca9381888613cc Mon Sep 17 00:00:00 2001 From: Adam Chester Date: Sun, 5 Mar 2017 11:22:17 +1000 Subject: [PATCH] Produce symbol packages again --- Build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.ps1 b/Build.ps1 index 55db40f54..27729c8e1 100644 --- a/Build.ps1 +++ b/Build.ps1 @@ -24,7 +24,7 @@ foreach ($src in ls src/*) { echo "build: Packaging project in $src" & dotnet build -c Release --version-suffix=$buildSuffix - & dotnet pack -c Release -o ..\..\artifacts --version-suffix=$suffix --no-build + & dotnet pack -c Release --include-symbols -o ..\..\artifacts --version-suffix=$suffix --no-build if($LASTEXITCODE -ne 0) { exit 1 } Pop-Location