Skip to content

Commit fd6d31f

Browse files
experiment
1 parent adcf6c2 commit fd6d31f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/nativeaot/SmokeTests/HelloWasm/PackagingTests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
<BuildProperties>
3737
Configuration=$(Test_Configuration);
3838
RuntimeIdentifier=$(Test_RuntimeIdentifier);
39+
Test_HostPackageRuntimeIdentifier=$(NETCoreSdkPortableRuntimeIdentifier.Replace('-$(BuildArchitecture)', '-$(IlcHostArch)'));
40+
_hostArchitecture=$(IlcHostArch); <!-- Override host package resolution in ILC targets. -->
3941
</BuildProperties>
4042
</SampleProject>
4143
<SampleProject OutputPathRoot="%(RootDir)%(Directory)" />

0 commit comments

Comments
 (0)