File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,13 +132,13 @@ parameters:
132
132
arguments : --scenario httpsys-hostheader-mismatch $(rejectionJobs) --property scenario=RejectionHostHeaderMismatchHttpSys --application.options.requiredOperatingSystem windows
133
133
134
134
- displayName : " Kestrel Linux: Encoded URL symbols"
135
- arguments : --scenario kestrel-encoded-url $(rejectionJobs) --property scenario=RejectionEncodedUrlKestrel --application.options.requiredOperatingSystem linux
135
+ arguments : --scenario kestrel-encoded-url $(rejectionJobs) --property scenario=RejectionEncodedUrlKestrel
136
136
137
137
- displayName : " Kestrel Linux: Invalid Header"
138
- arguments : --scenario kestrel-header-symbols $(rejectionJobs) --property scenario=RejectionInvalidHeaderKestrel --application.options.requiredOperatingSystem linux
138
+ arguments : --scenario kestrel-header-symbols $(rejectionJobs) --property scenario=RejectionInvalidHeaderKestrel
139
139
140
140
- displayName : " Kestrel Linux: Host Header Mismatch"
141
- arguments : --scenario kestrel-hostheader-mismatch $(rejectionJobs) --property scenario=RejectionHostHeaderMismatchKestrel --application.options.requiredOperatingSystem linux
141
+ arguments : --scenario kestrel-hostheader-mismatch $(rejectionJobs) --property scenario=RejectionHostHeaderMismatchKestrel
142
142
143
143
steps :
144
144
- ${{ each s in parameters.scenarios }} :
You can’t perform that action at this time.
0 commit comments