Permalink
Browse files
Update azure-pipelines.yml
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
azure-pipelines.yml
|
|
@@ -1,5 +1,5 @@ |
|
|
jobs: |
|
|
- job: 'Test Linux' |
|
|
- job: 'TestLinux' |
|
|
pool: |
|
|
vmImage: 'ubuntu-16.04' # other options: 'macOS-10.13', 'vs2017-win2016' |
|
|
strategy: |
|
@@ -51,7 +51,7 @@ jobs: |
|
|
artifactName: 'wheel-$(AGENT_OS)-$(python.version)' |
|
|
targetPath: 'dist' |
|
|
|
|
|
- job: 'Test Mac' |
|
|
- job: 'TestMac' |
|
|
pool: |
|
|
vmImage: 'macOS-10.13' # other options: 'ubuntu-16.04', 'vs2017-win2016' |
|
|
strategy: |
|
|
0 comments on commit
f0b494c