This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,12 @@ stages:
107107 _publishTests : true
108108
109109 pool :
110- name : Hosted VS2017
110+ ${{ if ne(variables['System.TeamProject'], 'public') }} :
111+ name : NetCore1ESPool-Svc-Internal
112+ demands : ImageOverride -equals Build.Windows.10.Amd64.VS2017
113+ ${{ if eq(variables['System.TeamProject'], 'public') }} :
114+ name : NetCore1ESPool-Svc-Public
115+ demands : ImageOverride -equals Build.Windows.10.Amd64.VS2017.Open
111116
112117 submitToHelix : true
113118 # Temporarily until we increase the Windows ARM64 queue, https://github.com/dotnet/core-eng/issues/7756
@@ -207,9 +212,14 @@ stages:
207212 _architecture : arm
208213 _framework : uap
209214 _skipPublishPackages : true # In UWP we don't produce packages
210-
215+
211216 pool :
212- name : Hosted VS2017
217+ ${{ if ne(variables['System.TeamProject'], 'public') }} :
218+ name : NetCore1ESPool-Svc-Internal
219+ demands : ImageOverride -equals Build.Windows.10.Amd64.VS2017
220+ ${{ if eq(variables['System.TeamProject'], 'public') }} :
221+ name : NetCore1ESPool-Svc-Public
222+ demands : ImageOverride -equals Build.Windows.10.Amd64.VS2017.Open
213223
214224 submitToHelix : false
215225 buildExtraArguments : /p:RuntimeOS=win10
You can’t perform that action at this time.
0 commit comments