Skip to content

Commit

Permalink
Directory.Build.props: don't overwrite PackageOS from source-build. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds authored Apr 25, 2023
1 parent 455150f commit 2802c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@

<!-- source-build sets PackageOS to build with non-portable rid packages that were source-built previously. -->
<PackageRID Condition="'$(PackageOS)' != ''">$(PackageOS)-$(TargetArchitecture)</PackageRID>
<PackageRID>$(_packageOS)-$(TargetArchitecture)</PackageRID>
<PackageRID Condition="'$(PackageRID)' == ''">$(_packageOS)-$(TargetArchitecture)</PackageRID>
</PropertyGroup>

<!-- ToolsRID is used for packages needed on the build host. -->
Expand Down

0 comments on commit 2802c97

Please sign in to comment.