Skip to content

Commit

Permalink
Disable release security analysis for SSH CI (PowerShell#17303)
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisEz13 committed May 11, 2022
1 parent 2fe5f00 commit 57965f2
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .vsts-ci/sshremoting-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,21 @@ pr:
- '/test/SSHRemoting/*'

variables:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
POWERSHELL_TELEMETRY_OPTOUT: 1
- name: DOTNET_CLI_TELEMETRY_OPTOUT
value: 1
- name: POWERSHELL_TELEMETRY_OPTOUT
value: 1
# Avoid expensive initialization of dotnet cli, see: https://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
__SuppressAnsiEscapeSequences: 1
- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
value: 1
- name: __SuppressAnsiEscapeSequences
value: 1
- name: NugetSecurityAnalysisWarningLevel
value: none
# Prevents auto-injection of nuget-security-analysis@0
- name: skipNugetSecurityAnalysis
value: true


resources:
- repo: self
Expand Down

0 comments on commit 57965f2

Please sign in to comment.