Fix the pgo internal pool
This commit is contained in:
parent
676658081a
commit
74c63daf99
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ stages:
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCore1ESPool-Internal
|
name: NetCore1ESPool-Internal
|
||||||
demands: ImageOverride -equals Windows.Amd64.VS2022.Pre
|
demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue