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