File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 12
12
<PublishDir >$(RuntimeBinDir)ilc-published/</PublishDir >
13
13
<!-- Can't use NativeAOT in source build yet https://github.com/dotnet/runtime/issues/66859 -->
14
14
<NativeAotSupported Condition =" '$(DotNetBuildFromSource)' == 'true'" >false</NativeAotSupported >
15
+ <NativeAotSupported Condition =" $(OutputRID.StartsWith('tizen')) == 'true'" >false</NativeAotSupported >
15
16
<!-- Disable native AOT on FreeBSD when cross building from Linux. -->
16
17
<NativeAotSupported Condition =" '$(TargetOS)' == 'freebsd' and '$(CrossBuild)' == 'true'" >false</NativeAotSupported >
17
18
<PublishAot Condition =" '$(NativeAotSupported)' == 'true'" >true</PublishAot >
Original file line number Diff line number Diff line change 6
6
<OutputPath >$(RuntimeBinDir)crossgen2</OutputPath >
7
7
<!-- Can't use NativeAOT in source build yet https://github.com/dotnet/runtime/issues/66859 -->
8
8
<NativeAotSupported Condition =" '$(DotNetBuildFromSource)' == 'true'" >false</NativeAotSupported >
9
+ <NativeAotSupported Condition =" $(OutputRID.StartsWith('tizen')) == 'true'" >false</NativeAotSupported >
9
10
<!-- Trimming is not currently working, but set the appropriate feature flags for NativeAOT -->
10
11
<PublishTrimmed Condition =" '$(NativeAotSupported)' == 'true'" >true</PublishTrimmed >
11
12
<RuntimeIdentifiers Condition =" '$(_IsPublishing)' != 'true' and '$(DotNetBuildFromSource)' != 'true'" >linux-x64;linux-musl-x64;linux-arm;linux-musl-arm;linux-arm64;linux-musl-arm64;freebsd-x64;freebsd-arm64;osx-x64;osx-arm64;win-x64;win-x86;win-arm64</RuntimeIdentifiers >
You can’t perform that action at this time.
0 commit comments