From c6ba80aecdb86ec88477f2987deb18025535487b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Patalas?= Date: Tue, 19 Oct 2021 23:25:28 +0200 Subject: [PATCH] Migrate to 1ES hosted pools (#1679) --- .vsts-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 0cc4fd6d..ce552b05 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -58,8 +58,8 @@ stages: ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: name: Hosted VS2017 ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - name: NetCoreInternal-Pool - queue: buildpool.windows.10.amd64.vs2017 + name: NetCore1ESPool-Internal + demands: ImageOverride -equals build.windows.10.amd64.vs2017 variables: - HelixApiAccessToken: '' - _InternalBuildArgs: '' -- GitLab