File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ parameters:
64
64
65
65
# Database Fortunes
66
66
- displayName : Database Fortunes Raw
67
- arguments : --scenario fortunes $(databaseJobs ) --property scenario=Fortunes
67
+ arguments : --scenario fortunes $(minimalJobs ) --property scenario=Fortunes
68
68
69
69
- displayName : Database Fortunes EF
70
70
arguments : --scenario fortunes_ef $(databaseJobs) --property scenario=FortunesEF
Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ parameters:
46
46
47
47
# Plaintext
48
48
- displayName : Plaintext
49
- arguments : --scenario plaintext $(plaintextJobs ) --property scenario=Plaintext
49
+ arguments : --scenario plaintext $(minimalJobs ) --property scenario=Plaintext
50
50
51
51
- displayName : Plaintext endpoint
52
52
arguments : --scenario endpoint $(plaintextJobs) --property scenario=PlaintextEndpoint
53
53
54
54
# JSon
55
55
- displayName : Json
56
- arguments : --scenario json $(jsonJobs ) --property scenario=Json
56
+ arguments : --scenario json $(minimalJobs ) --property scenario=Json
57
57
58
58
- displayName : Json Mvc
59
59
arguments : --scenario mvc $(jsonJobs) --property scenario=JsonMvc
You can’t perform that action at this time.
0 commit comments