Skip to content

Commit

Permalink
eng/SourceBuild.props: remove dangling SourceBuildNonPortable. (#82160)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds authored Feb 15, 2023
1 parent a7ce1d9 commit 3b7dfff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eng/SourceBuild.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<BaseInnerSourceBuildCommand>./build.sh</BaseInnerSourceBuildCommand>

<!-- TargetRid names what gets built. -->
<TargetRid Condition="'$(TargetRid)' == '' and '$(SourceBuildNonPortable)' == 'true'">$([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier)</TargetRid>
<TargetRid Condition="'$(TargetRid)' == ''">$(__DistroRid)</TargetRid>
<TargetRid Condition="'$(TargetRid)' == ''">$([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier)</TargetRid>

<!-- Split e.g. 'fedora.33-x64' into 'fedora.33' and 'x64'. -->
<_targetRidPlatformIndex>$(TargetRid.LastIndexOf('-'))</_targetRidPlatformIndex>
Expand Down

0 comments on commit 3b7dfff

Please sign in to comment.