Skip to content

Commit

Permalink
Remove unused variables from common-variables.yml (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Mar 28, 2024
1 parent 82680c7 commit dfc5412
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions eng/pipelines/common-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,12 @@ variables:
value: DotNetCore
- name: _DotNetArtifactsCategory
value: .NETCore
- name: _RunAsPublic
value: True
- name: _RunAsInternal
value: False
- name: _InternalBuildArgs
value: ''

- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- name: _BuildConfig
value: Release
- name: _RunAsPublic
value: False
- name: _RunAsInternal
value: True
- name: _SignType
value: real
- name: _InternalBuildArgs
Expand Down

0 comments on commit dfc5412

Please sign in to comment.