Skip to content

Commit 528cce9

Browse files
committed
Job name config works for all platforms
1 parent 91b1655 commit 528cce9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.azure-pipelines/steps/run.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ steps:
5353
# Configure our CI_JOB_NAME variable which log analyzers can use for the main
5454
# step to see what's going on.
5555
- bash: echo "##vso[task.setvariable variable=CI_JOB_NAME]$SYSTEM_JOBNAME"
56-
condition: eq(variables['Agent.OS'], 'Windows_NT')
57-
displayName: Configure Job Name (Windows)
56+
displayName: Configure Job Name
5857

5958
# As a quick smoke check on the otherwise very fast mingw-check linux builder
6059
# check our own internal scripts.

0 commit comments

Comments
 (0)