From 2989e23a2970576ea20b47953881e0b1c126de32 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Thu, 21 May 2020 14:45:45 -0700 Subject: [PATCH] Prevent fallback to `xcopy` version of `msbuild` - improve error message when required VS version is not available on Windows --- global.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global.json b/global.json index bcaef08fb7..600c12d3f2 100644 --- a/global.json +++ b/global.json @@ -21,7 +21,8 @@ "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", "Microsoft.VisualStudio.Component.Windows10SDK.17134" ] - } + }, + "xcopy-msbuild": "none" }, "msbuild-sdks": { "Yarn.MSBuild": "1.15.2",