Fix the public pool
This commit is contained in:
parent
d5f1719538
commit
10ea11c697
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ stages:
|
||||||
publishUsingPipelines: true
|
publishUsingPipelines: true
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
vmImage: windows-2017
|
vmImage: vs2017-win2016
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCore1ESPool-Svc-Internal
|
name: NetCore1ESPool-Svc-Internal
|
||||||
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
|
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
|
||||||
|
|
Loading…
Reference in a new issue