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 0a7d538 commit ad71a0fCopy full SHA for ad71a0f
build/scenarios.sh
@@ -211,7 +211,7 @@ do
211
for job in "${jobs[@]}"
212
do
213
echo "New job on '$s': $job"
214
- dotnet $ROOT/.build/BenchmarksDriver/BenchmarksDriver.dll -s $s -c $BENCHMARKS_CLIENT $job --session $SESSION -q "$BENCHMARKS_SQL" $BENCHMARKS_ARGS --sdk latest --self-contained --collect-counters
+ dotnet $ROOT/.build/BenchmarksDriver/BenchmarksDriver.dll -s $s -c $BENCHMARKS_CLIENT $job --session $SESSION -q "$BENCHMARKS_SQL" $BENCHMARKS_ARGS --sdk 3.0.100-rc2-014256 --self-contained --collect-counters
215
# error code in $?
216
done
217
0 commit comments