diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 1fef7f876f93..3bd32b0d549a 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -664,6 +664,10 @@ stages: isTestingJob: true buildArgs: --all --test "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs) beforeBuild: + - bash: brew uninstall openssl@1.0.2t 2>&1 | true + rm -rf /usr/local/etc/openssl 2>&1 | true + rm -rf /usr/local/etc/openssl@1.1 2>&1 | true + displayName: Uninstall OpenSSL - bash: "./eng/scripts/install-nginx-mac.sh" displayName: Installing Nginx artifacts: