From f8977766eb295b788b73a5dce892a3921318545d Mon Sep 17 00:00:00 2001 From: Rainer Sigwald Date: Tue, 14 Feb 2017 11:50:02 -0600 Subject: [PATCH] Work around #1675 for C++ Code Analysis scenarios This addresses the repro case for #1675, but not its root cause. By providing a `codeBase` for the CA assemblies, we ensure that any running MSBuild can find them when deserializing a log message. --- src/XMakeCommandLine/app.amd64.config | 14 ++++++++++++++ src/XMakeCommandLine/app.config | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/src/XMakeCommandLine/app.amd64.config b/src/XMakeCommandLine/app.amd64.config index 7814222fc50..a1c659a98a3 100644 --- a/src/XMakeCommandLine/app.amd64.config +++ b/src/XMakeCommandLine/app.amd64.config @@ -52,6 +52,20 @@ + + + + + + + + + + + + + + diff --git a/src/XMakeCommandLine/app.config b/src/XMakeCommandLine/app.config index 255ec9374bb..eafd444d419 100644 --- a/src/XMakeCommandLine/app.config +++ b/src/XMakeCommandLine/app.config @@ -46,6 +46,20 @@ + + + + + + + + + + + + + +