Skip to content

Commit f17fcfd

Browse files
committed
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 2989e23 and switches to a RoslynTools.MSBuild version that exists
1 parent d58947f commit f17fcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Microsoft.VisualStudio.Component.Windows10SDK.17134"
2323
]
2424
},
25-
"xcopy-msbuild": "none"
25+
"xcopy-msbuild": "16.5.0-alpha"
2626
},
2727
"msbuild-sdks": {
2828
"Yarn.MSBuild": "1.15.2",

0 commit comments

Comments
 (0)