Skip to content

Commit aa465d8

Browse files
authored
Update xcopy-msbuild to minimum available version (#58552)
I fail to build aspnetcore inside the VMR because this version can't be found. The latest available version on dotnet-eng is 17.8.5. Update to that.
1 parent 92ba095 commit aa465d8

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
@@ -21,7 +21,7 @@
2121
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
2222
]
2323
},
24-
"xcopy-msbuild": "17.1.0"
24+
"xcopy-msbuild": "17.8.5"
2525
},
2626
"native-tools": {
2727
"jdk": "11.0.24"

0 commit comments

Comments
 (0)