Job name config works for all platforms
This commit is contained in:
parent
91b1655528
commit
528cce96cf
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue