Skip to content

Commit

Permalink
Publish the WinUI sample with NativeAOT in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Aug 25, 2024
1 parent e7d3b96 commit 0950286
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,13 @@ jobs:
run: >
msbuild samples\ComputeSharp.NativeLibrary.WinRT\ComputeSharp.NativeLibrary.WinRT.csproj /restore -t:publish
/p:Configuration=Release /p:Platform=${{matrix.platform}} /p:RuntimeIdentifier=win-${{matrix.platform}}
# Publish the WinUI 3 sample app with NativeAOT
- if: matrix.platform == 'x64'
name: Publish ComputeSharp.SwapChain.WinUI
run: >
msbuild samples\ComputeSharp.SwapChain.WinUI\ComputeSharp.SwapChain.WinUI.csproj /restore -t:publish
/p:Configuration=Release /p:Platform=${{matrix.platform}} /p:RuntimeIdentifier=win-${{matrix.platform}}
# Download the NuGet packages generated in the previous job and use them
# to build and run the sample project referencing them. This is used as
Expand Down

0 comments on commit 0950286

Please sign in to comment.