From acbdc7ede959f6b409bf5aa8a9ec9dea1839573c Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Sun, 16 Jan 2022 21:58:09 +0000 Subject: [PATCH] Merge pull request #7371 from AvaloniaUI/fixes/disable-source-link-for-non-ci-builds Only use DebugType=embedded for CI builds --- build/SourceLink.props | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/SourceLink.props b/build/SourceLink.props index 1e007e01eb..9f05848881 100644 --- a/build/SourceLink.props +++ b/build/SourceLink.props @@ -3,7 +3,6 @@ true false true - embedded $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb @@ -15,6 +14,10 @@ true + + embedded + +