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