From 86c3acedb1e8cbedbfaeaefbd284ca71401311a9 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Mon, 17 Jun 2019 18:38:54 -0500 Subject: [PATCH] chore: pipeline display names --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 47e0ac0..94f8554 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,10 +27,10 @@ jobs: versionSpec: '10.x' - script: sudo apt-get update && sudo apt-get install -y libc6-dev-i386 gcc-multilib g++-multilib condition: contains(variables['Agent.JobName'], 'linux') - displayName: Install Linux Build Dependencies + displayName: Install Linux build dependencies - script: choco install visualcpp-build-tools --version 14.0.25420.1 -fy && npm config set msvs_version 2015 condition: contains(variables['Agent.JobName'], 'windows_2015') - displayName: Install Windows Build Dependencies + displayName: Install Windows build dependencies - script: choco install nasm -fy displayName: Install Windows Assembler (NASM) condition: contains(variables['Agent.JobName'], 'windows')