Tools for Docker #1845
Answered
by
andrewleader
Daniellled
asked this question in
Q&A
-
Does anyone know if a page like https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/set-up-your-development-environment?tabs=vs-2022 existing to guide users so they can compile WindowsAppSDK applications within their CICD pipeline? |
Beta Was this translation helpful? Give feedback.
Answered by
andrewleader
Nov 29, 2021
Replies: 1 comment
-
Hey @Daniellled, as I mentioned in another thread, we're working on adding some CI docs, in the meantime you can check out this GitHub Workflow for building a WinUI 3 app from GitHub actions: https://github.com/andrewleader/WindowsAppSDKGallery/blob/main/.github/workflows/dotnet-desktop.yml#L102 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andrewleader
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @Daniellled, as I mentioned in another thread, we're working on adding some CI docs, in the meantime you can check out this GitHub Workflow for building a WinUI 3 app from GitHub actions: https://github.com/andrewleader/WindowsAppSDKGallery/blob/main/.github/workflows/dotnet-desktop.yml#L102