Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/v7.2.14]Update variable used to bypass the blocking check for multiple NuGet feeds #20237

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .vsts-ci/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ variables:
# 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
nugetMultiFeedWarnLevel: none

resources:
- repo: self
Expand Down
1 change: 1 addition & 0 deletions .vsts-ci/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ variables:
# Turn off Homebrew analytics
HOMEBREW_NO_ANALYTICS: 1
__SuppressAnsiEscapeSequences: 1
nugetMultiFeedWarnLevel: none

resources:
- repo: self
Expand Down
2 changes: 2 additions & 0 deletions .vsts-ci/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ variables:
# 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
NugetSecurityAnalysisWarningLevel: none
nugetMultiFeedWarnLevel: none

resources:
- repo: self
Expand Down
2 changes: 2 additions & 0 deletions .vsts-ci/windows/windows-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ variables:
- group: fakeNugetKey
- name: SBOMGenerator_Formats
value: spdx:2.2
- name: nugetMultiFeedWarnLevel
value: none

resources:
repositories:
Expand Down
4 changes: 3 additions & 1 deletion tools/releaseBuild/azureDevOps/vpackRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ variables:
value: 1
- name: POWERSHELL_TELEMETRY_OPTOUT
value: 1
- name: nugetMultiFeedWarnLevel
value: none

- group: Azure Blob variable group
# adds the pat to publish the vPack
# instructions to create are in the description of the library
- group: vPack


stages:
- stage: prep
displayName: Create buildInfo and name the Pipeline
Expand Down