microsoft / powerplatform-build-tools

Power Platform Build Tools automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.
MIT License
172 stars 37 forks source link

Upload PAPortal DevOps task has no way of setting the ForceUploadAll flag #899

Open eric-guldbrand opened 1 month ago

eric-guldbrand commented 1 month ago

The Azure DevOps task PowerPlatformUploadPaportal@2 has no input parameter for setting the --forceUploadAll (or -f) flag, making it impossible to set this flag when using the task. This seems like an oversight.

Would it be possible to add this flag as an input parameter / checkbox for the Azure DevOps task?