We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4e8a5 commit b826eb1Copy full SHA for b826eb1
1 file changed
build/trend-scenarios.yml
@@ -115,7 +115,7 @@ parameters:
115
arguments: --scenario tls-handshakes-kestrel $(tlsJobs) --property scenario=KestrelTLSHandshakes --application.options.requiredOperatingSystem linux
116
117
- displayName: "Nginx: TLS Handshakes"
118
- arguments: --scenario tls-handshakes-nginx $(tlsJobs) --property scenario=NginxTLSHandshakes --application.options.requiredOperatingSystem linux
+ arguments: --scenario tls-handshakes-docker-nginx $(tlsJobs) --property scenario=NginxTLSHandshakes --application.options.requiredOperatingSystem linux
119
120
- displayName: "Kestrel Linux: mTLS Handshakes"
121
arguments: --scenario mTls-handshakes-kestrel $(tlsJobs) --property scenario=KestrelMutualTLSHandshakes --application.options.requiredOperatingSystem linux
0 commit comments