From 143cf130b0b56973ea4c6b561634e42bff36d138 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Tue, 20 Jul 2021 16:08:51 -0700 Subject: [PATCH] Make VS16.10 the minimum required VS for builds --- azure-pipelines-official.yml | 2 +- azure-pipelines.yml | 4 ++-- global.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 35bb7e5b7e90f..dfe040f9bfaab 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -81,7 +81,7 @@ stages: timeoutInMinutes: 360 pool: name: NetCoreInternal-Pool - queue: BuildPool.Server.Amd64.VS2017 + queue: BuildPool.Server.Amd64.VS2019 steps: - powershell: Write-Host "##vso[task.setvariable variable=SourceBranchName]$('$(Build.SourceBranch)'.Substring('refs/heads/'.Length))" diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c3d4926f3c653..2c6a312e7c8f0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -155,7 +155,7 @@ jobs: - job: Correctness_Determinism pool: name: NetCorePublic-Pool - queue: BuildPool.Windows.10.Amd64.VS2017.Open + queue: BuildPool.Windows.10.Amd64.VS2019.Open timeoutInMinutes: 90 steps: - template: eng/pipelines/checkout-windows-task.yml @@ -171,7 +171,7 @@ jobs: - job: Correctness_Build pool: name: NetCorePublic-Pool - queue: BuildPool.Windows.10.Amd64.VS2017.Open + queue: BuildPool.Windows.10.Amd64.VS2019.Open timeoutInMinutes: 90 steps: - template: eng/pipelines/checkout-windows-task.yml diff --git a/global.json b/global.json index bae01b1ae194e..cf55543caf0b5 100644 --- a/global.json +++ b/global.json @@ -7,12 +7,12 @@ "tools": { "dotnet": "6.0.100-preview.3.21202.5", "vs": { - "version": "16.8" + "version": "16.10" }, - "xcopy-msbuild": "16.8.0-preview2.1" + "xcopy-msbuild": "16.10.0-preview2" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21303.2", "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21303.2" } -} +} \ No newline at end of file