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 2989e23a29 and switches to a RoslynTools.MSBuild version that exists
This commit is contained in:
Doug Bunting 2020-05-22 17:04:08 -07:00
parent d58947f1ba
commit f17fcfd3c8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
"Microsoft.VisualStudio.Component.Windows10SDK.17134" "Microsoft.VisualStudio.Component.Windows10SDK.17134"
] ]
}, },
"xcopy-msbuild": "none" "xcopy-msbuild": "16.5.0-alpha"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Yarn.MSBuild": "1.15.2", "Yarn.MSBuild": "1.15.2",