From 7f01b6f7f47531a4467eff9c844c95522349d7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Divino=20C=C3=A9sar?= Date: Tue, 14 May 2019 09:47:31 -0700 Subject: [PATCH] Update .vsts-ci.yml (#1978) --- .vsts-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 607393e9d..1dacc5750 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -19,10 +19,10 @@ jobs: agentOs: Windows_NT pool: ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: - name: NetCorePublic-Int-Pool + name: NetCorePublic-Pool queue: buildpool.windows.10.amd64.vs2017.open ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - name: NetCoreInternal-Int-Pool + name: NetCoreInternal-Pool queue: buildpool.windows.10.amd64.vs2017 timeoutInMinutes: 180 strategy: