diff --git a/eng/pipelines/templates/variables/globals.yml b/eng/pipelines/templates/variables/globals.yml index 972a8c86e8b0a..ed4a77e6d4333 100644 --- a/eng/pipelines/templates/variables/globals.yml +++ b/eng/pipelines/templates/variables/globals.yml @@ -3,9 +3,11 @@ variables: OfficialBuildId: $(Build.BuildNumber) ConvertToProjectReferenceOption: '' skipComponentGovernanceDetection: true + NugetSecurityAnalysisWarningLevel: 'none' ${{ if ne(variables['System.TeamProject'], 'internal') }}: BuildConfiguration: 'Debug' ${{ if eq(variables['System.TeamProject'], 'internal') }}: BuildConfiguration: 'Release' DocFxVersion: 'v2.56.1' CollectCoverage: false + DECODE_PERCENTS: false