We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455150f commit 2802c97Copy full SHA for 2802c97
Directory.Build.props
@@ -207,7 +207,7 @@
207
208
<!-- source-build sets PackageOS to build with non-portable rid packages that were source-built previously. -->
209
<PackageRID Condition="'$(PackageOS)' != ''">$(PackageOS)-$(TargetArchitecture)</PackageRID>
210
- <PackageRID>$(_packageOS)-$(TargetArchitecture)</PackageRID>
+ <PackageRID Condition="'$(PackageRID)' == ''">$(_packageOS)-$(TargetArchitecture)</PackageRID>
211
</PropertyGroup>
212
213
<!-- ToolsRID is used for packages needed on the build host. -->
0 commit comments