We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac9f4b commit 5fc7a8dCopy full SHA for 5fc7a8d
1 file changed
eng/pipelines/dotnet-sqlclient-ci-core.yml
@@ -159,7 +159,7 @@ stages:
159
# You can find Pipeline Variables by visiting the main page of the
160
# pipeline and choosing Edit -> Variables.
161
#
162
- upload: ${{ eq(variables.ci_var_uploadTestResult, 'true') }}
+ upload: $( eq(variables.ci_var_uploadTestResult, 'true') )
163
164
# test stages configurations
165
# self hosted SQL Server on Windows
0 commit comments