Skip to content

Commit 4b99217

Browse files
Git History Editorrolfbjarne
authored andcommitted
[dotnet] Turn off some publishing behavior we don't need
1 parent 8466a27 commit 4b99217

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dotnet/targets/Xamarin.Shared.Sdk.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,8 @@
120120

121121
<!-- We must find the BCL libraries using the runtime pack instead of using the built-in NativeAOT BCL -->
122122
<PublishAotUsingRuntimePack>true</PublishAotUsingRuntimePack>
123+
124+
<!-- This turns off some NativeAOT logic we don't want nor need -->
125+
<NativeCompilationDuringPublish>false</NativeCompilationDuringPublish>
123126
</PropertyGroup>
124127
</Project>

0 commit comments

Comments
 (0)