8000 [release/v7.2.14] Update variable used to bypass the blocking check f… · PowerShell/PowerShell@d12a3f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit d12a3f7

Browse files
authored
[release/v7.2.14] Update variable used to bypass the blocking check for multiple NuGet feeds (#19967) (#20237)
1 parent 2af902b commit d12a3f7

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

.vsts-ci/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ variables:
4343
# Avoid expensive initialization of dotnet cli, see: https://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
4444
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
4545
__SuppressAnsiEscapeSequences: 1
46+
nugetMultiFeedWarnLevel: none
4647

4748
resources:
4849
- repo: self

.vsts-ci/mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ variables:
4747
# Turn off Homebrew analytics
4848
HOMEBREW_NO_ANALYTICS: 1
4949
__SuppressAnsiEscapeSequences: 1
50+
nugetMultiFeedWarnLevel: none
5051

5152
resources:
5253
- repo: self

.vsts-ci/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ variables:
4343
# Avoid expensive initialization of dotnet cli, see: https://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
4444
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
4545
__SuppressAnsiEscapeSequences: 1
46+
NugetSecurityAnalysisWarningLevel: none
47+
nugetMultiFeedWarnLevel: none
4648

4749
resources:
4850
- repo: self

.vsts-ci/windows/windows-packaging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ variables:
7070
- group: fakeNugetKey
7171
- name: SBOMGenerator_Formats
7272
value: spdx:2.2
73+
- name: nugetMultiFeedWarnLevel
74+
value: none
7375

7476
resources:
7577
repositories:

tools/releaseBuild/azureDevOps/vpackRelease.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ variables:
1515
value: 1
1616
- name: POWERSHELL_TELEMETRY_OPTOUT
1717
value: 1
18+
- name: nugetMultiFeedWarnLevel
19+
value: none
20+
1821
- group: Azure Blob variable group
1922
# adds the pat to publish the vPack
2023
# instructions to create are in the description of the library
2124
- group: vPack
2225

23-
2426
stages:
2527
- stage: prep
2628
displayName: Create buildInfo and name the Pipeline

0 commit comments

Comments
 (0)
0