diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 19248a54ba00a0b319cb4ecdff1c04ecbd130afc..cdd327e176383e993423ef5e6d06916f8d0485c4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,6 +31,8 @@ jobs: parameters: ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: # agent pool can't be read from a user-defined variable (Azure DevOps limitation) - agentPool: dotnet-internal-vs2019-preview + pool: + name: NetCoreInternal-Pool + queue: buildpool.windows.10.amd64.vs2019.pre # runAsPublic is used in expressions, which can't read from user-defined variables runAsPublic: false