Merge pull request #13088 from mmitche/switch-to-1es-pools
Switch to 1ES pools for official builds
This commit is contained in:
commit
2abfc35a78
1 changed files with 1 additions and 3 deletions
|
@ -378,8 +378,6 @@ stages:
|
||||||
- Source_Build_Managed
|
- Source_Build_Managed
|
||||||
- Source_Build_Create_Tarball
|
- Source_Build_Create_Tarball
|
||||||
publishUsingPipelines: true
|
publishUsingPipelines: true
|
||||||
pool:
|
|
||||||
vmImage: vs2017-win2016
|
|
||||||
|
|
||||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
- template: eng\common\templates\post-build\post-build.yml
|
- template: eng\common\templates\post-build\post-build.yml
|
||||||
|
|
Loading…
Reference in a new issue