From b22276a4a6651766873ee72e8413852c335f56d2 Mon Sep 17 00:00:00 2001 From: Krzysztof Wicher Date: Wed, 23 Nov 2016 11:03:39 -0800 Subject: [PATCH] add fake msbuild.exe to workaround the msbuild issue --- test/dotnet-add-p2p.Tests/MSBuild.exe | 1 + test/dotnet-add-p2p.Tests/MSBuild.exe.config | 1 + 2 files changed, 2 insertions(+) create mode 100644 test/dotnet-add-p2p.Tests/MSBuild.exe create mode 100644 test/dotnet-add-p2p.Tests/MSBuild.exe.config diff --git a/test/dotnet-add-p2p.Tests/MSBuild.exe b/test/dotnet-add-p2p.Tests/MSBuild.exe new file mode 100644 index 000000000..2b4d0f999 --- /dev/null +++ b/test/dotnet-add-p2p.Tests/MSBuild.exe @@ -0,0 +1 @@ +https://github.com/Microsoft/msbuild/issues/927 \ No newline at end of file diff --git a/test/dotnet-add-p2p.Tests/MSBuild.exe.config b/test/dotnet-add-p2p.Tests/MSBuild.exe.config new file mode 100644 index 000000000..2b4d0f999 --- /dev/null +++ b/test/dotnet-add-p2p.Tests/MSBuild.exe.config @@ -0,0 +1 @@ +https://github.com/Microsoft/msbuild/issues/927 \ No newline at end of file