diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 820f490..902f9b4 100644 --- a/azure-pipelines.yml +++ b/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: