From 0e7c64ec4316caac5fa7c0bb7cb3e9ebce88e791 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 9 Oct 2019 11:20:38 -0500 Subject: [PATCH] Try again with AZP job names. --- azure-pipelines.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dd81fb563..4399a3fa0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -322,8 +322,7 @@ stages: displayName: Bootstrap - stage: Boost - - job: 'ReleaseLinux' - displayName: 'Release Linux' + - job: 'Release_Linux' pool: vmImage: 'ubuntu-16.04' strategy: @@ -406,8 +405,7 @@ stages: popd displayName: Test - - job: 'DevLinux' - displayName: 'Dev Linux' + - job: 'Dev_Linux' pool: vmImage: 'ubuntu-16.04' strategy: