Forum Discussion
sparticus1701
Sep 09, 2021Copper Contributor
Msix not created during Azure DevOps pipeline for WinForms app
I'm trying to create a .msix for a WinForms app using an Azure DevOps pipeline. All the tasks report success, but the artifacts are empty. What am I doing wrong? variables:
- template: ../Test...
Bogdan Mitrache
Sep 10, 2021Iron Contributor
What's the behavior you're encountering? please be more specific.
Do yoy get a error message? is there a build log you can share? or does the build fails silently and the MSIX is simply missing.
Is digital signing failing? are any resources missing?... this list can go on.
Do yoy get a error message? is there a build log you can share? or does the build fails silently and the MSIX is simply missing.
Is digital signing failing? are any resources missing?... this list can go on.
- sparticus1701Sep 10, 2021Copper Contributor
Bogdan Mitrache There is no error. Like I said, all the pipeline tasks report success but the resulting artifacts are empty.
Attached is the log.