Skip to content

Commit 023dfc9

Browse files
authored
[release/10.0.1xx] [dotnet] Disable any default 'PublishRuntimeIdentifier' values. (#24563)
References: * https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2691518 * dotnet/sdk@3d6f592 * dotnet/sdk#52566 Backport of #24562.
1 parent b364fe5 commit 023dfc9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dotnet/targets/Xamarin.Shared.Sdk.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@
137137

138138
</PropertyGroup>
139139

140+
<PropertyGroup>
141+
<!-- Disable the default PublishRuntimeIdentifier behavior: https://github.com/dotnet/sdk/pull/52566 -->
142+
<UseDefaultPublishRuntimeIdentifier>false</UseDefaultPublishRuntimeIdentifier>
143+
</PropertyGroup>
144+
140145
<!-- Now that we know the runtime identifier, we can determine if we're building for a simulator -->
141146
<PropertyGroup>
142147
<_SdkIsSimulator Condition="$(RuntimeIdentifier.Contains('simulator')) Or $(RuntimeIdentifiers.Contains('simulator'))">true</_SdkIsSimulator>

0 commit comments

Comments
 (0)