From 276c31942a522d5be156ad858da3cb01f223fb91 Mon Sep 17 00:00:00 2001 From: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com> Date: Sat, 9 Aug 2025 12:24:24 -0700 Subject: [PATCH] Update template-build-and-run-all-tests.yaml --- build/template-build-and-run-all-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'