From 7703795a4a02142ec5d27a77d74fee59ccfa9db0 Mon Sep 17 00:00:00 2001 From: Jumar Macato <16554748+jmacato@users.noreply.github.com> Date: Fri, 19 Nov 2021 19:05:48 +0800 Subject: [PATCH] Fix debugging in Rider after we merged .NET 6 Since we merged #6902 our debugging infra for this repo is not working with Rider. This PR fixes it. --- build/SourceLink.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/SourceLink.props b/build/SourceLink.props index 1e007e01eb..0f77c2a613 100644 --- a/build/SourceLink.props +++ b/build/SourceLink.props @@ -3,7 +3,7 @@ true false true - embedded + full $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb