Job name config works for all platforms

This commit is contained in:
Alex Crichton 2019-05-20 12:37:18 -07:00
parent 91b1655528
commit 528cce96cf

View File

@ -53,8 +53,7 @@ steps:
# Configure our CI_JOB_NAME variable which log analyzers can use for the main
# step to see what's going on.
- bash: echo "##vso[task.setvariable variable=CI_JOB_NAME]$SYSTEM_JOBNAME"
condition: eq(variables['Agent.OS'], 'Windows_NT')
displayName: Configure Job Name (Windows)
displayName: Configure Job Name
# As a quick smoke check on the otherwise very fast mingw-check linux builder
# check our own internal scripts.