We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcf6c2 commit fd6d31fCopy full SHA for fd6d31f
src/tests/nativeaot/SmokeTests/HelloWasm/PackagingTests.csproj
@@ -36,6 +36,8 @@
36
<BuildProperties>
37
Configuration=$(Test_Configuration);
38
RuntimeIdentifier=$(Test_RuntimeIdentifier);
39
+ Test_HostPackageRuntimeIdentifier=$(NETCoreSdkPortableRuntimeIdentifier.Replace('-$(BuildArchitecture)', '-$(IlcHostArch)'));
40
+ _hostArchitecture=$(IlcHostArch); <!-- Override host package resolution in ILC targets. -->
41
</BuildProperties>
42
</SampleProject>
43
<SampleProject OutputPathRoot="%(RootDir)%(Directory)" />
0 commit comments