Browse Source
Make CI job naming consistent. (#1270)
* Make job naming consistent.
* Use more generic name.
main-publicPoolNames
Phillip Hoff
5 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
4 deletions
-
azure-pipelines.yml
|
|
@ -97,8 +97,7 @@ stages: |
|
|
artifactType: Container |
|
|
artifactType: Container |
|
|
parallel: true |
|
|
parallel: true |
|
|
|
|
|
|
|
|
- job: Ubuntu_20_04 |
|
|
- job: Linux |
|
|
displayName: 'Ubuntu 20.04' |
|
|
|
|
|
pool: |
|
|
pool: |
|
|
vmImage: ubuntu-20.04 |
|
|
vmImage: ubuntu-20.04 |
|
|
variables: |
|
|
variables: |
|
|
@ -130,8 +129,7 @@ stages: |
|
|
artifactType: Container |
|
|
artifactType: Container |
|
|
parallel: true |
|
|
parallel: true |
|
|
|
|
|
|
|
|
- job: OSX_10_14 |
|
|
- job: Mac |
|
|
displayName: 'OSX' |
|
|
|
|
|
pool: |
|
|
pool: |
|
|
vmImage: macOS-11 |
|
|
vmImage: macOS-11 |
|
|
variables: |
|
|
variables: |
|
|
|