Skip to content

Commit ade258e

Browse files
committed
Addressed Copilot suggestions.
1 parent e170d4d commit ade258e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eng/pipelines/dotnet-sqlclient-ci-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ stages:
186186
#
187187
# - testType is All and Reference type is Project:
188188
# This is the legacy behaviour that we want to preserve for the
189-
# non-PR pipeliens.
189+
# non-PR pipelines.
190190
#
191-
${{ if or(ne(parameters.testType, 'All'), and(eq(parameters.testType, 'All'), eq(parameters.buildType, 'Project'))) }}:
191+
${{ if or(ne(parameters.testType, 'All'), eq(parameters.buildType, 'Project')) }}:
192192
# Jobs to run as part of the tests stage, after the tests are done.
193193
postTestJobs:
194194
- template: common/templates/jobs/ci-code-coverage-job.yml@self

0 commit comments

Comments
 (0)