Skip to content

Commit

Permalink
Update xcopy-msbuild to minimum available version (#58552)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ViktorHofer authored Oct 21, 2024
1 parent 92ba095 commit aa465d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
]
},
"xcopy-msbuild": "17.1.0"
"xcopy-msbuild": "17.8.5"
},
"native-tools": {
"jdk": "11.0.24"
Expand Down

0 comments on commit aa465d8

Please sign in to comment.