File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 23
23
- ' /test/SSHRemoting/*'
24
24
25
25
variables :
26
- DOTNET_CLI_TELEMETRY_OPTOUT : 1
27
- POWERSHELL_TELEMETRY_OPTOUT : 1
26
+ - name : DOTNET_CLI_TELEMETRY_OPTOUT
27
+ value : 1
28
+ - name : POWERSHELL_TELEMETRY_OPTOUT
29
+ value : 1
28
30
# Avoid expensive initialization of dotnet cli, see: https://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
29
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
30
- __SuppressAnsiEscapeSequences : 1
31
+ - name : DOTNET_SKIP_FIRST_TIME_EXPERIENCE
32
+ value : 1
33
+ - name : __SuppressAnsiEscapeSequences
34
+ value : 1
35
+ - name : NugetSecurityAnalysisWarningLevel
36
+ value : none
37
+ # Prevents auto-injection of nuget-security-analysis@0
38
+ - name : skipNugetSecurityAnalysis
39
+ value : true
40
+
31
41
32
42
resources :
33
43
- repo : self
You can’t perform that action at this time.
0 commit comments