From 52daf4d67dc207a2f5a84520448eb4c0600931f1 Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Sun, 24 Apr 2022 06:28:31 +0300 Subject: [PATCH] [ci] skip auto-injected tasks at Azure Pipelines (#5175) * skip auto-injected tasks at Azure Pipelines * Update .vsts-ci.yml --- .vsts-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 3563cab85ec3..b3c90ee2d819 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -11,6 +11,10 @@ variables: AZURE: 'true' PYTHON_VERSION: '3.10' CONDA_ENV: test-env + runCodesignValidationInjection: false + skipComponentGovernanceDetection: true + DOTNET_CLI_TELEMETRY_OPTOUT: true + DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true resources: containers: - container: ubuntu1404