Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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 @@ -55,6 +55,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:
repositories:
Expand Down
1 change: 1 addition & 0 deletions .vsts-ci/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ variables:
# Turn off Homebrew analytics
HOMEBREW_NO_ANALYTICS: 1
__SuppressAnsiEscapeSequences: 1
nugetMultiFeedWarnLevel: none

resources:
- repo: self
Expand Down
1 change: 1 addition & 0 deletions .vsts-ci/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ variables:
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 @@ -54,6 +54,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