Skip to content

Commit

Permalink
Extract arm package.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Sep 11, 2023
1 parent 0321de1 commit 2b70dd9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/IKVM.Tools.Tests/IKVM.Tools.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</PublishProjectReference>

<PublishProjectReference Include="..\ikvmc\ikvmc.csproj" Condition="$(_EnabledImageRuntimes.Contains(';win-arm64;'))">
<SetTargetFramework>TargetFramework=net6.0</SetTargetFramework>
<SetRuntimeIdentifier>RuntimeIdentifier=win-arm64</SetRuntimeIdentifier>
<PublishTargetPath>ikvmc\net6.0\win-arm64</PublishTargetPath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</PublishProjectReference>
<PublishProjectReference Include="..\ikvmstub\ikvmstub.csproj" Condition="$(_EnabledImageRuntimes.Contains(';win-arm64;'))">
<SetTargetFramework>TargetFramework=net6.0</SetTargetFramework>
<SetRuntimeIdentifier>RuntimeIdentifier=win-arm64</SetRuntimeIdentifier>
<PublishTargetPath>ikvmstub\net6.0\win-arm64</PublishTargetPath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</PublishProjectReference>

<PublishProjectReference Include="..\ikvmc\ikvmc.csproj" Condition="$(_EnabledImageRuntimes.Contains(';linux-x64;'))">
<SetTargetFramework>TargetFramework=net6.0</SetTargetFramework>
<SetRuntimeIdentifier>RuntimeIdentifier=linux-x64</SetRuntimeIdentifier>
Expand Down

0 comments on commit 2b70dd9

Please sign in to comment.