microsoft / powerplatform-actions

Power Platform GitHub Actions 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
221 stars 68 forks source link

Gavenkat updateonlinesolutionversion #412

Closed gavenkat78 closed 1 year ago

gavenkat78 commented 1 year ago

Added action for updating the solution version online

gavenkat78 commented 1 year ago

The other github action to update the solution version in the xml file was named as update-solution-version. Hence named this one update-online-solution-version. Can change this to keep it consistent with ADO one (but still retain the online keyword to differentiate set-online-solution-version).

gavenkat78 commented 1 year ago

Renamed the action to be consistent with the ADO build tasks @tehcrashxor @petrochuk