We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916ce13 commit 0ed47f5Copy full SHA for 0ed47f5
eng/ci/templates/official/jobs/run-benchmarks.yml
@@ -119,7 +119,7 @@ jobs:
119
$crankArgs += " $(AdditionalCrankArguments)"
120
$command = "crank $crankArgs"
121
122
- if ('${{ variables['storeBenchmarkResultsInDatabase'] }}' -eq 'true') {
+ if ('$(storeBenchmarkResultsInDatabase)' -eq 'true') {
123
$command += " --table HttpBenchmarks --sql `"$(BenchmarkResultsSqlConnectionString)`""
124
}
125
0 commit comments