Skip to content

Commit

Permalink
add conditional for not equals
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Jul 29, 2019
1 parent 7d01f9e commit 85e6b86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/pipelines/templates/variables/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ variables:
DotNetCoreRuntimeVersion: '2.1.10'
OfficialBuildId: $(Build.BuildNumber)
skipComponentGovernanceDetection: true
BuildConfiguration: ''
${{ if ne(variables['System.TeamProject'], 'internal') }}:
BuildConfiguration: ''
${{ if eq(variables['System.TeamProject'], 'internal') }}:
BuildConfiguration: 'Release'

0 comments on commit 85e6b86

Please sign in to comment.