Fix the public pool

This commit is contained in:
Marc Paine 2022-01-27 14:27:36 -08:00
parent d5f1719538
commit 10ea11c697

View file

@ -392,7 +392,7 @@ stages:
publishUsingPipelines: true
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
vmImage: windows-2017
vmImage: vs2017-win2016
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017