From 0735fde05007e41736d073295e3aee3f47c3f0f0 Mon Sep 17 00:00:00 2001 From: David Barbet Date: Thu, 15 Jun 2023 12:34:23 -0700 Subject: [PATCH] Use newer version of msbuild --- azure-pipelines-official.yml | 2 +- global.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 24e444dc65b8e..829e08f1420e9 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -82,7 +82,7 @@ stages: displayName: Build and Test pool: name: NetCore1ESPool-Svc-Internal - demands: ImageOverride -equals windows.vs2022.amd64 + demands: ImageOverride -equals windows.vs2022preview.amd64 jobs: - ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release/dev17.7') }}: diff --git a/global.json b/global.json index eaf5118caa5b9..73d4d25da1832 100644 --- a/global.json +++ b/global.json @@ -7,9 +7,9 @@ "tools": { "dotnet": "8.0.100-preview.5.23303.2", "vs": { - "version": "17.4.1" + "version": "17.6.0" }, - "xcopy-msbuild": "17.4.1" + "xcopy-msbuild": "17.6.0" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23314.1",