Skip to content

Commit

Permalink
[ci] skip auto-injected tasks at Azure Pipelines (#5175)
Browse files Browse the repository at this point in the history
* skip auto-injected tasks at Azure Pipelines

* Update .vsts-ci.yml
  • Loading branch information
StrikerRUS authored Apr 24, 2022
1 parent 21fb16a commit 52daf4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52daf4d

Please sign in to comment.