Skip to content

Commit

Permalink
chore: Adjust packaging, linux aot copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Aug 2, 2024
1 parent 5c80827 commit 30d0b4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/runtime-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,16 @@ jobs:
run: |
set -e
cd runtime
./build.sh -arch wasm -os browser -c $BUILD_CONFIGURATION $ADDITIONAL_BUILD_ARGS /p:TestAssemblies=false
./build.sh -arch wasm -os browser -c $BUILD_CONFIGURATION $ADDITIONAL_BUILD_ARGS "/p:MonoWasmBuildVariant=singlethread" /p:TestAssemblies=false
- name: Create NuGet Package
run: |
mkdir -p $GITHUB_WORKSPACE/nuget/tools
mkdir -p $GITHUB_WORKSPACE/ci-output
# Mark AOT generation binaries executable
chmod +x $GITHUB_WORKSPACE/runtime/artifacts/bin/mono/browser.wasm.Release/cross/*
# Move cross compiler to appropriate location
mv $GITHUB_WORKSPACE/runtime/artifacts/bin/mono/Browser.wasm.Release/cross $GITHUB_WORKSPACE/nuget/tools
Expand Down
3 changes: 3 additions & 0 deletions nuget/Uno.NETCore.App.Runtime.Mono.browser-wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<ItemGroup>
<None Include="sdk-multithread/**" Pack="true" PackagePath="data/multithread" />
<None Include="sdk-singlethread/**" Pack="true" PackagePath="data/singlethread " />

<!-- This is required to get the automatic GeneratePathProperty -->
<None Include="_._" Pack="true" PackagePath="tools" />
</ItemGroup>

<Target Name="DownloadAndSetPackageIcon" BeforeTargets="_GetPackageFiles">
Expand Down
Empty file added nuget/_._
Empty file.

0 comments on commit 30d0b4a

Please sign in to comment.