We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ff824 commit 276c319Copy full SHA for 276c319
build/template-build-and-run-all-tests.yaml
@@ -68,7 +68,7 @@ jobs: #Build and stage projects
68
steps:
69
- template: template-desktop-unit-and-automation.yaml
70
71
- - task: BuildQualityChecks@9
+ - task: BuildQualityChecks@10
72
condition: ne(variables['Build.SourceBranch'], 'refs/heads/main') #gate should not run on main branch
73
inputs:
74
checkCoverage: '$(CodeCoverageGateEnabled)'
0 commit comments