Skip to content

Commit 2989e23

Browse files
committed
Prevent fallback to xcopy version of msbuild
- improve error message when required VS version is not available on Windows
1 parent fef33ad commit 2989e23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
2222
"Microsoft.VisualStudio.Component.Windows10SDK.17134"
2323
]
24-
}
24+
},
25+
"xcopy-msbuild": "none"
2526
},
2627
"msbuild-sdks": {
2728
"Yarn.MSBuild": "1.15.2",

0 commit comments

Comments
 (0)