From c2bdd3889a10fdee893687a9902c6f1c1600da07 Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Mon, 7 Nov 2016 16:41:40 -0800 Subject: [PATCH] Fix PDB deployment --- build/Targets/Imports.targets | 7 +++++++ .../DeployDesktopTestRuntime.csproj | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/build/Targets/Imports.targets b/build/Targets/Imports.targets index 1e0e7ce8fbe..34eb71f0167 100644 --- a/build/Targets/Imports.targets +++ b/build/Targets/Imports.targets @@ -48,6 +48,13 @@ $(OutDir)Ignore\$(MSBuildProjectName)\ + + + + $(AllowedReferenceRelatedFileExtensions);.pdb + + diff --git a/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj b/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj index 514a65f0f5b..ad7456712c1 100644 --- a/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj +++ b/src/Test/DeployDesktopTestRuntime/DeployDesktopTestRuntime.csproj @@ -84,4 +84,4 @@ - \ No newline at end of file + -- GitLab