Skip to content

Commit 691bc11

Browse files
committed
Fix codecoverage issue
1 parent 7c05f83 commit 691bc11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ stages:
106106
# You can find Pipeline Variables by visiting the main page of the
107107
# pipeline and choosing Edit -> Variables.
108108
#
109-
upload: ${{ eq(variables.ci_var_uploadTestResult, 'true') }}
109+
upload: $( eq(variables.ci_var_uploadTestResult, 'true') )
110110

111111
# test stages configurations
112112
# self hosted SQL Server on Windows

0 commit comments

Comments
 (0)