diff --git a/build/template-build-and-run-all-tests.yaml b/build/template-build-and-run-all-tests.yaml index 46f9bcba40..45a9bbe0d5 100644 --- a/build/template-build-and-run-all-tests.yaml +++ b/build/template-build-and-run-all-tests.yaml @@ -68,7 +68,7 @@ jobs: #Build and stage projects steps: - template: template-desktop-unit-and-automation.yaml - - task: BuildQualityChecks@9 + - task: BuildQualityChecks@10 condition: ne(variables['Build.SourceBranch'], 'refs/heads/main') #gate should not run on main branch inputs: checkCoverage: '$(CodeCoverageGateEnabled)'