From 8db207fb597211cc7d04caae751171e4c8237715 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Mon, 3 May 2021 18:05:45 -0700 Subject: [PATCH] Disable nuget multi-feed warnings --- eng/pipelines/templates/variables/globals.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index af25ac6eb1d4d..e395d37fe39de 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -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') }}: