Skip to content

Commit 5fc7a8d

Browse files
Fix upload condition
1 parent eac9f4b commit 5fc7a8d

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
@@ -159,7 +159,7 @@ stages:
159159
# You can find Pipeline Variables by visiting the main page of the
160160
# pipeline and choosing Edit -> Variables.
161161
#
162-
upload: ${{ eq(variables.ci_var_uploadTestResult, 'true') }}
162+
upload: $( eq(variables.ci_var_uploadTestResult, 'true') )
163163

164164
# test stages configurations
165165
# self hosted SQL Server on Windows

0 commit comments

Comments
 (0)