Jon Fortescue
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
azure-pipelines.yml
|
|
|
@ -46,11 +46,11 @@ stages: |
|
|
|
- job: Windows |
|
|
|
pool: |
|
|
|
${{ if eq(variables['System.TeamProject'], 'public') }}: |
|
|
|
name: NetCorePublic-Pool |
|
|
|
queue: BuildPool.Server.Amd64.VS2019.Open |
|
|
|
name: NetCore1ESPool-Public |
|
|
|
demands: ImageOverride -equals Build.Server.Amd64.VS2019.Open |
|
|
|
${{ if ne(variables['System.TeamProject'], 'public') }}: |
|
|
|
name: NetCoreInternal-Pool |
|
|
|
queue: BuildPool.Server.Amd64.VS2019 |
|
|
|
name: NetCore1ESPool-Internal |
|
|
|
demands: ImageOverride -equals Build.Server.Amd64.VS2019 |
|
|
|
variables: |
|
|
|
|
|
|
|
|
|
|
|
|