Skip to content

Commit

Permalink
fixed job names
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed Nov 17, 2018
1 parent 473979f commit 7fc1866
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Expand Up @@ -5,7 +5,7 @@

jobs:

- job: 'Test Linux'
- job: 'Test_Linux'
pool:
vmImage: 'ubuntu-16.04'
strategy:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
testRunTitle: 'Python $(python.version)'
condition: succeededOrFailed()

- job: 'Test Windows'
- job: 'Test_Windows'
pool:
vmImage: 'vs2017-win2016'
strategy:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
condition: succeededOrFailed()


- job: 'Test MacOS'
- job: 'Test_MacOS'
pool:
vmImage: 'macOS-10.13'
strategy:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
condition: succeededOrFailed()

- job: 'Publish'
dependsOn: 'Test Linux'
dependsOn: 'Test_Linux'
pool:
vmImage: 'Ubuntu 16.04'

Expand Down

0 comments on commit 7fc1866

Please sign in to comment.