Update .vsts-ci.yml

This commit is contained in:
Marc Paine 2022-01-27 14:25:01 -08:00
parent 45131a3283
commit d5f1719538

View file

@ -391,7 +391,12 @@ stages:
- Source_Build_Create_Tarball
publishUsingPipelines: true
pool:
vmImage: vs2017-win2016
${{ if eq(variables['System.TeamProject'], 'public') }}:
vmImage: windows-2017
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- template: eng\common\templates\post-build\post-build.yml