From f17fcfd3c80464d36cf632274ad02f04405efeba Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Fri, 22 May 2020 17:04:08 -0700 Subject: [PATCH] Unblock use of `xcopy` `msbuild` - required for post-build processing; that runs on hosted agents - means fallbacks may be attempted for local users without VS 16.6 unfortunately This reverts 2989e23a2970 and switches to a RoslynTools.MSBuild version that exists --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 600c12d3f2..30f5a51b4c 100644 --- a/global.json +++ b/global.json @@ -22,7 +22,7 @@ "Microsoft.VisualStudio.Component.Windows10SDK.17134" ] }, - "xcopy-msbuild": "none" + "xcopy-msbuild": "16.5.0-alpha" }, "msbuild-sdks": { "Yarn.MSBuild": "1.15.2",