From 06ec5523957d97e815245521985fce050b78e949 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 1 Nov 2019 11:00:45 -0700 Subject: [PATCH] Switch to hosted pool to reduce restore difficulties (#5465) The hosted pools have better restore performance owing to the fact that they do not have throttling issues with AzDO. Switch to these temporarily while we resolve the issues --- .vsts-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 4d67be1b5..6748aa26d 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -32,8 +32,7 @@ stages: agentOs: Windows_NT pool: ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: - name: NetCorePublic-Pool - queue: buildpool.windows.10.amd64.vs2017.open + vmImage: vs2017-win2016 ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: name: NetCoreInternal-Pool queue: buildpool.windows.10.amd64.vs2017