From 56468e6ddce61fe7af7424e056c84429ff5ab2b4 Mon Sep 17 00:00:00 2001 From: stakx Date: Sun, 10 Mar 2019 22:43:05 +0100 Subject: [PATCH] Switch from ctaggart's SourceLink to dotnet's ctaggart's SourceLink has at some point started packing `.pdb` files into the main Nuget package, which is not ideal if we want to publish a separate `.snupkg` to NuGet. For that reason, let's make the switch to `dotnet/SourceLink` even though it is *still* only in beta. References: * https://github.com/ctaggart/SourceLink/pull/291 --- build/SourceLink.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/SourceLink.props b/build/SourceLink.props index fbfcf048a..7309ec061 100644 --- a/build/SourceLink.props +++ b/build/SourceLink.props @@ -2,11 +2,11 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - True + True - +