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
Export Solution: Make solution-output-file input optional #22
If the solution file is specified, then the output can be defaulted to the solutionname.zip.
https://github.com/microsoft/powerplatform-actions/blob/ad020db16b5849acd1f498bbd012a582ddcbb5ac/src/actions/export-solution/index.ts#L23