File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/coreclr/tools/aot/crossgen2 Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 10
10
<!-- Trimming is not currently working, but set the appropriate feature flags for NativeAOT -->
11
11
<PublishTrimmed Condition =" '$(NativeAotSupported)' == 'true'" >true</PublishTrimmed >
12
12
<RuntimeIdentifiers Condition =" '$(RunningPublish)' != 'true' and '$(DotNetBuildFromSource)' != 'true'" >linux-x64;linux-musl-x64;linux-arm;linux-musl-arm;linux-arm64;linux-musl-arm64;freebsd-x64;osx-x64;osx-arm64;win-x64;win-x86;win-arm64;win-arm</RuntimeIdentifiers >
13
- <RuntimeIdentifiers Condition =" '$(DotNetBuildFromSource)' == 'true'" >$(PackageRID)</RuntimeIdentifiers >
13
+ <RuntimeIdentifier Condition =" '$(DotNetBuildFromSource)' == 'true'" >$(PackageRID)</RuntimeIdentifier >
14
+ <AppendRuntimeIdentifierToOutputPath Condition =" '$(RunningPublish)' != 'true'" >false</AppendRuntimeIdentifierToOutputPath >
14
15
<SelfContained >false</SelfContained >
15
16
<SelfContained Condition =" '$(RunningPublish)' == 'true'" >true</SelfContained >
16
17
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments