Justin Kotalik
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
azure-pipelines.yml
|
|
|
@ -47,10 +47,10 @@ stages: |
|
|
|
pool: |
|
|
|
${{ if eq(variables['System.TeamProject'], 'public') }}: |
|
|
|
name: NetCorePublic-Pool |
|
|
|
queue: BuildPool.Windows.10.Amd64.VS2017.Open |
|
|
|
queue: BuildPool.Server.Amd64.VS2019.Open |
|
|
|
${{ if ne(variables['System.TeamProject'], 'public') }}: |
|
|
|
name: NetCoreInternal-Pool |
|
|
|
queue: BuildPool.Windows.10.Amd64.VS2017 |
|
|
|
queue: BuildPool.Server.Amd64.VS2019 |
|
|
|
variables: |
|
|
|
|
|
|
|
|
|
|
|
|