Skip to content

Commit

Permalink
Disable nuget multi-feed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed May 4, 2021
1 parent 87d8548 commit 8db207f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ variables:
OfficialBuildId: $(Build.BuildNumber)
ConvertToProjectReferenceOption: ''
skipComponentGovernanceDetection: true
NugetSecurityAnalysisWarningLevel: 'none'
${{ if ne(variables['System.TeamProject'], 'internal') }}:
BuildConfiguration: 'Debug'
${{ if eq(variables['System.TeamProject'], 'internal') }}:
Expand Down

0 comments on commit 8db207f

Please # to comment.