Skip to content

Commit b73b7da

Browse files
authored
Fix httpclient-scenarios.yml
1 parent d43ac9d commit b73b7da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/httpclient-scenarios.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# HttpClient scenarios
22

3+
variables:
4+
- name: httpClientJobs
5+
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/httpclient.benchmarks.yml
6+
37
parameters:
48
- name: arguments
59
type: string
@@ -11,10 +15,6 @@ parameters:
1115
type: string
1216
default: 'true'
1317

14-
variables:
15-
- name: httpClientJobs
16-
value: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/httpclient.benchmarks.yml
17-
1818
- name: getScenarios
1919
type: object
2020
default:

0 commit comments

Comments
 (0)