microsoft / msix-packaging

MSIX SDK
MIT License
963 stars 163 forks source link

[BUG/FEATURE REQUEST] MSIX packaging extension for Azure DevOps release - Configuration combo should not be restricted to 2 values #626

Open elvince opened 2 months ago

elvince commented 2 months ago

Project MSIX SDK or Win7Msix

Describe the bug On Azure DevOps extension, the configuration option had only 2 values 'Debug' and 'Release'.

To Reproduce Install the devops extenstion, create a package task

Expected behavior Configuration should allow to set any value. Configuration can't be standard accross company and now, you tend to have development/staging/production instead of Debug/Release as default configuration

Is this something you can fix?

Thanks,