Skip to content

Commit

Permalink
Adjust build warning settings
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard committed Jan 29, 2021
1 parent 24b6d94 commit ed747d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ed747d9

Please sign in to comment.