Skip to content

Commit

Permalink
fix the space in build-job.yml (#81414)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Jan 31, 2023
1 parent f1bdd5a commit 1c442fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/templates/build-job.yml
Expand Up @@ -149,7 +149,7 @@ jobs:
value: '-portablebuild=false'

- name: nativeSymbols
value: ''
value: ''
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
- name: nativeSymbols
value: '--keepnativesymbols'
Expand Down

0 comments on commit 1c442fc

Please sign in to comment.