Skip to content

Commit

Permalink
Publish the CoreWindow sample in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Sep 18, 2024
1 parent 68c5bfd commit f6fcf0c
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 @@ -334,6 +334,13 @@ jobs:
msbuild samples\ComputeSharp.SwapChain.WinUI\ComputeSharp.SwapChain.WinUI.csproj /restore -t:publish
/p:Configuration=Release /p:Platform=${{matrix.platform}} /p:RuntimeIdentifier=win-${{matrix.platform}}
# Publish the UWP CoreWindow sample app with NativeAOT
- if: matrix.platform == 'x64'
name: Publish ComputeSharp.SwapChain.D2D1.CoreWindow
run: >
msbuild samples\ComputeSharp.SwapChain.D2D1.CoreWindow\ComputeSharp.SwapChain.D2D1.CoreWindow.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
# a test to ensure the NuGet packages work in a consuming project.
Expand Down

0 comments on commit f6fcf0c

Please sign in to comment.