From 5416cd4d1aa9849c9939f1325aa1a81fc194b2cb Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Sun, 21 Apr 2019 15:52:27 +1200 Subject: [PATCH] Move debug symbols to symbol package (#2051) --- Build/build.ps1 | 1 + Src/Newtonsoft.Json/Newtonsoft.Json.csproj | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Build/build.ps1 b/Build/build.ps1 index 6f2ee8bd3..08b28c52a 100644 --- a/Build/build.ps1 +++ b/Build/build.ps1 @@ -103,6 +103,7 @@ task Package -depends Build { mkdir $workingDir\NuGet move -Path $sourceDir\Newtonsoft.Json\bin\Release\*.nupkg -Destination $workingDir\NuGet + move -Path $sourceDir\Newtonsoft.Json\bin\Release\*.snupkg -Destination $workingDir\NuGet } Write-Host "Build documentation: $buildDocumentation" diff --git a/Src/Newtonsoft.Json/Newtonsoft.Json.csproj b/Src/Newtonsoft.Json/Newtonsoft.Json.csproj index 2c20b8c44..63db02dd1 100644 --- a/Src/Newtonsoft.Json/Newtonsoft.Json.csproj +++ b/Src/Newtonsoft.Json/Newtonsoft.Json.csproj @@ -26,15 +26,15 @@ Newtonsoft.Json true 2.12 - - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + true + snupkg - + Json.NET