Replies: 1 comment
-
We've resolved the issue now via the MakeAppX route. The problem was that the full path needed calling for the executable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Can anyone provide some advice (or better yet, YML examples) of how to Build and Package a WindowsAppSDK application in an Azure DevOps pipeline?
I can do a standard build of the project, but then can't create an MSIX.
I have tried using the "MSIX Build and Package" task, but it consistently fails with code: MSB4078 , stating that all csproj files are not support by MSBuild.
I have also tried to use MakeAppX via a CmdLine task, but it also fails, stating that it is not recognized as an internal or external command.
Any help, examples or suggestions would be very much welcomed!
Beta Was this translation helpful? Give feedback.
All reactions