Skip to content

Commit 060ea3a

Browse files
authored
Fix display name condition in build job
1 parent 756b2a1 commit 060ea3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ stages:
7575
condition: succeeded()
7676
jobs:
7777
- job: BuildMatrix
78-
displayName: ${{ if eq(variables['runTests'], true) }}: 'Build and test -' ${{ else }}: 'Build'
78+
displayName: Build
7979
timeoutInMinutes: 90
8080
pool:
8181
vmImage: $(vmImage)

0 commit comments

Comments
 (0)