From 63af9221dc147c4931449e6ae37f27f39d314f1b Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Tue, 15 May 2018 11:47:29 -0700 Subject: [PATCH] Update korebuild and VSIX generation settings to support 15.8 VS. - Prior to this if a 15.8 VS was installed the VSIX creation target would fail due to a bug in the CLI we're currently pinned to (already fixed, we just haven't pulled it). The fix was removing the parallelism flags to msbuild to allow it to run unrestricted in regards to processor utilization. - Changed the VS restrictions to ensure we don't use unsupported 15.9 bits that have breaking changes in their MSBuild bits (this has proven to be troublesome in the past). --- build/VSIX.targets | 2 -- korebuild.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build/VSIX.targets b/build/VSIX.targets index febfc39d48..de064bc9f9 100644 --- a/build/VSIX.targets +++ b/build/VSIX.targets @@ -63,7 +63,6 @@ @@ -96,7 +95,6 @@