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

Export Solution: Make solution-output-file input optional #22

Closed rajyraman closed 2 years ago

rajyraman commented 4 years ago

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

davidjenni commented 4 years ago

thanks, we'll take this into consideration as a, for now, lower prio improvement. The team is still working on getting more actions online.