File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 78
78
<HelixPreCommands >$(HelixPreCommands);sudo -E -n $HELIX_CORRELATION_PAYLOAD/InstallRootCertificate.sh --service-host $(ServiceHost) --cert-file /tmp/wcfrootca.crt</HelixPreCommands >
79
79
</PropertyGroup >
80
80
81
+ <PropertyGroup Condition =" '$(TestJob)' == 'Linux'" >
82
+ <!-- WCF tests have a dependency on RSA+SHA1 being enabled on Helix: https://github.com/dotnet/wcf/pull/5744#issuecomment-2702201438 -->
83
+ <HelixPreCommands >$(HelixPreCommands);export OPENSSL_ENABLE_SHA1_SIGNATURES=1</HelixPreCommands >
84
+ </PropertyGroup >
85
+
81
86
<PropertyGroup Condition =" '$(TestJob)' == 'Windows' AND '$(RunWithCoreWCFService)' == 'true'" >
82
87
<HelixPreCommands >$(HelixPreCommands);set PATH=%HELIX_CORRELATION_PAYLOAD%\dotnet-cli%3B%PATH%</HelixPreCommands >
83
88
<!-- %3B is an escaped ; -->
You can’t perform that action at this time.
0 commit comments