mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
Disable release security analysis for SSH CI (#17303)
This commit is contained in:
parent
2fe5f0037d
commit
57965f22f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user