microsoft / github-actions-for-desktop-apps

This repo contains a sample WPF application to demonstrate how to create CI/CD pipelines using GitHub Actions.
MIT License
352 stars 109 forks source link

Repair UapAppxPackageBuildMode values #25

Closed LanceMcCarthy closed 4 years ago

LanceMcCarthy commented 4 years ago

The msbuild arg for setting the package types, according to the UWP Packaging Documentation guidance are the following

Parameter Value Description
UapAppxPackageBuildMode StoreUpload Generates the .msixupload/.appxupload file and the _Test folder for sideloading.
UapAppxPackageBuildMode SideloadOnly Generates the _Test folder for sideloading only.
UapAppxPackageBuildMode CI Generates the .msixupload/.appxupload file only.
LanceMcCarthy commented 4 years ago

Looks like build failure is just due to not having access to the signing certificate.

LanceMcCarthy commented 4 years ago

To prove that the values are correct and work in GitHub Actions, see https://github.com/LanceMcCarthy/MediaFileManager/runs/506636791

and review the successfully packaged releases here https://github.com/LanceMcCarthy/MediaFileManager/releases