diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 793363ea..1272fb5c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,10 +47,10 @@ stages: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: NetCorePublic-Pool - queue: BuildPool.Windows.10.Amd64.VS2017.Open + queue: BuildPool.Server.Amd64.VS2019.Open ${{ if ne(variables['System.TeamProject'], 'public') }}: name: NetCoreInternal-Pool - queue: BuildPool.Windows.10.Amd64.VS2017 + queue: BuildPool.Server.Amd64.VS2019 variables: