Use -Svc pools from here on out (#388)

- we _only_ service this repo
This commit is contained in:
Doug Bunting 2023-02-21 12:36:28 -08:00 коммит произвёл GitHub
Родитель 979e6ac663
Коммит 30c4ecee2f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -42,7 +42,7 @@ jobs:
- job: codeql
displayName: CodeQL
pool:
name: NetCore1ESPool-Internal
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals windows.vs2019.amd64
timeoutInMinutes: 90

Просмотреть файл

@ -28,10 +28,10 @@ jobs:
displayName: Build
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore-Public
name: NetCore-Svc-Public
demands: ImageOverride -equals windows.vs2019.amd64.open
${{ else }}:
name: NetCore1ESPool-Internal
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals windows.vs2019.amd64
timeoutInMinutes: 30