We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c05f83 commit 691bc11Copy full SHA for 691bc11
1 file changed
eng/pipelines/dotnet-sqlclient-ci-core.yml
@@ -106,7 +106,7 @@ stages:
106
# You can find Pipeline Variables by visiting the main page of the
107
# pipeline and choosing Edit -> Variables.
108
#
109
- upload: ${{ eq(variables.ci_var_uploadTestResult, 'true') }}
+ upload: $( eq(variables.ci_var_uploadTestResult, 'true') )
110
111
# test stages configurations
112
# self hosted SQL Server on Windows
0 commit comments