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
parent
commit
c2bae89a09
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      azure-pipelines.yml

6
azure-pipelines.yml

@ -97,8 +97,7 @@ stages:
artifactType: Container
parallel: true
- job: Ubuntu_20_04
displayName: 'Ubuntu 20.04'
- job: Linux
pool:
vmImage: ubuntu-20.04
variables:
@ -130,8 +129,7 @@ stages:
artifactType: Container
parallel: true
- job: OSX_10_14
displayName: 'OSX'
- job: Mac
pool:
vmImage: macOS-11
variables:

Loading…
Cancel
Save