Skip to content

Commit bff7e87

Browse files
committed
Update prValidate.yml for Azure Pipelines
1 parent 147f217 commit bff7e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/prValidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ steps:
4444
debugMode: false
4545

4646
- task: PowerShell@2
47-
condition: and(failed, eq(variables['Build.SourceBranchName'], 'dev'))
47+
condition: and(failed(), eq(variables['Build.SourceBranchName'], 'dev'))
4848
inputs:
4949
filePath: '$(System.DefaultWorkingDirectory)/Scripts/validateMavenVersion.ps1'
5050
pwsh: true

0 commit comments

Comments
 (0)