From 3ad1c9c281fa43d8d5acade62a4ab31db1a54469 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 21 Oct 2024 20:58:45 +0200 Subject: [PATCH] Update xcopy-msbuild to minimum available version 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. --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 7df5c2910210..064babbec951 100644 --- a/global.json +++ b/global.json @@ -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"