From fd8fd78e7235c138927d1cea4f3e4c489a632f82 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Thu, 2 Jul 2020 20:57:01 +0100 Subject: [PATCH] (GH-44) Enable SourceLink with embedded pdb Copied what was done here: https://github.com/cake-build/cake/pull/2758/files --- src/Cake.Json/Cake.Json.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Cake.Json/Cake.Json.csproj b/src/Cake.Json/Cake.Json.csproj index 98c2764..cbac276 100644 --- a/src/Cake.Json/Cake.Json.csproj +++ b/src/Cake.Json/Cake.Json.csproj @@ -18,12 +18,16 @@ https://github.com/redth/Cake.Json https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png Apache-2.0 + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + true + true +