diff --git a/eng/SendToHelix.proj b/eng/SendToHelix.proj
index b3628eb579b..ba5fb100bd2 100644
--- a/eng/SendToHelix.proj
+++ b/eng/SendToHelix.proj
@@ -78,6 +78,11 @@
$(HelixPreCommands);sudo -E -n $HELIX_CORRELATION_PAYLOAD/InstallRootCertificate.sh --service-host $(ServiceHost) --cert-file /tmp/wcfrootca.crt
+
+
+ $(HelixPreCommands);export OPENSSL_ENABLE_SHA1_SIGNATURES=1
+
+
$(HelixPreCommands);set PATH=%HELIX_CORRELATION_PAYLOAD%\dotnet-cli%3B%PATH%