Skip to content

Commit

Permalink
Set osOverride default value to empty on mono builds (#33987)
Browse files Browse the repository at this point in the history
Author:    Santiago Fernandez Madero <safern@microsoft.com>
  • Loading branch information
safern committed Mar 24, 2020
1 parent 21521ce commit 5208633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/pipelines/mono/templates/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
value: ${{ parameters.osSubgroup }}
- name: officialBuildIdArg
value: ''
- name: osOverride
value: ''
# Strip symbols only on the release build
- ${{ if eq(parameters.buildConfig, 'Release') }}:
- name: stripSymbolsArg
Expand Down

0 comments on commit 5208633

Please sign in to comment.