From adf88e711bf59975beef624e28bb35a42a80fd5a Mon Sep 17 00:00:00 2001 From: Nikita Tsukanov Date: Sun, 16 Jan 2022 17:42:35 +0300 Subject: [PATCH] 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 + +