Skip to content

Commit 2539811

Browse files
committed
Fix source-build validation leg
1 parent 4a75bea commit 2539811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/coreclr/tools/aot/ILCompiler/ILCompiler_publish.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- This project is publishes a self-contained copy of ILCompiler. -->
33
<PropertyGroup>
44
<_IsPublishing>true</_IsPublishing>
5-
<RuntimeIdentifier>$(OutputRID)</RuntimeIdentifier>
5+
<RuntimeIdentifier>$(_portableOS)-$(TargetArchitecture)</RuntimeIdentifier>
66
<PublishDir>$(RuntimeBinDir)ilc-published/</PublishDir>
77
<SelfContained>true</SelfContained>
88
<PublishTrimmed>true</PublishTrimmed>

src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- This project is publishes a self-contained copy of crossgen2. -->
33
<PropertyGroup>
44
<_IsPublishing>true</_IsPublishing>
5-
<RuntimeIdentifier>$(OutputRID)</RuntimeIdentifier>
5+
<RuntimeIdentifier>$(_portableOS)-$(TargetArchitecture)</RuntimeIdentifier>
66
<PublishDir>$(RuntimeBinDir)crossgen2-published/</PublishDir>
77
<SelfContained>true</SelfContained>
88
<PublishTrimmed>true</PublishTrimmed>

0 commit comments

Comments
 (0)