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

Stars
216
Committers
24

Bot releases are hidden (Show)

powerplatform-actions - new action: branch-solution

Published by davidjenni about 4 years ago

New action 'branch-solution' will take an unpacked solution folder.
Then stage that folder's changes as a branch to the current git repo and push that branch back to origin.
The solution author can then create a github PullRequest from that branch and have it reviewed, before merging it back to the main branch.

powerplatform-actions - clone-solution

Published by davidjenni about 4 years ago

added clone-solution

powerplatform-actions - pack-solution & import-solution

Published by davidjenni about 4 years ago

add actions: pack-solution and import-solution
add those to CI flow
refresh dist

powerplatform-actions - Fix pack-solution param names

Published by davidjenni about 4 years ago

choose common names for folder and zip file that work for both unpack and pack solution actions:

  • solution-file (was: solution-input-file)
  • solution-folder (was: solution-target-folder)
powerplatform-actions - Initial beta

Published by davidjenni about 4 years ago

Initial beta:

  • exposes 3 actions with only username/password authN:
    • who-am-i
    • export-solution
    • unpack-solution