File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 88 dependsOn : ${{ parameters.dependsOn }}
99 pool :
1010 name : NetCore1ESPool-Svc-Internal
11- demands : ImageOverride -equals build. windows.10 .amd64.vs2019
11+ demands : ImageOverride -equals windows.vs2019 .amd64
1212 # Double the default timeout.
1313 timeoutInMinutes : 120
1414 workspace :
Original file line number Diff line number Diff line change 1414 pool :
1515 # Use a hosted pool when possible.
1616 ${{ if eq(variables['System.TeamProject'], 'public') }} :
17- name : NetCore-Svc-Public
18- demands : ImageOverride -equals windows.vs2019.amd64.open
17+ vmImage : ' windows-2019'
1918 ${{ if ne(variables['System.TeamProject'], 'public') }} :
2019 name : NetCore1ESPool-Svc-Internal
2120 demands : ImageOverride -equals windows.vs2019.amd64
You can’t perform that action at this time.
0 commit comments