diff --git a/azure-pipelines-v3.yml b/azure-pipelines-v3.yml index 1338ec24553..947f995b379 100644 --- a/azure-pipelines-v3.yml +++ b/azure-pipelines-v3.yml @@ -151,6 +151,10 @@ jobs: - script: dotnet tool update -g dotnet-trace displayName: Install dotnet-trace + - powershell: | + [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 + Invoke-WebRequest -Uri https://raw.githubusercontent.com/Azure/azure-cli/fix-managed_by_tenants/src/azure-cli-core/azure/cli/core/_profile.py -OutFile "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\Lib\site-packages\azure\cli\core\_profile.py" + # Run Regression Tests - task: AzureCLI@2 displayName: Run regression tests