Skip to content

Commit e813211

Browse files
authored
Upgrade Build Quality Checks task to v10 to remove Node 16 EOL warning (#5432)
Update template-build-and-run-all-tests.yaml
1 parent 4d18f82 commit e813211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/template-build-and-run-all-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs: #Build and stage projects
6868
steps:
6969
- template: template-desktop-unit-and-automation.yaml
7070

71-
- task: BuildQualityChecks@9
71+
- task: BuildQualityChecks@10
7272
condition: ne(variables['Build.SourceBranch'], 'refs/heads/main') #gate should not run on main branch
7373
inputs:
7474
checkCoverage: '$(CodeCoverageGateEnabled)'

0 commit comments

Comments
 (0)