Skip to content

Releases: microsoft/powerplatform-actions

new action: branch-solution

21 Sep 16:25
2595a01
Compare
Choose a tag to compare
Pre-release

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.

clone-solution

16 Sep 17:33
f400964
Compare
Choose a tag to compare
clone-solution Pre-release
Pre-release

added clone-solution

pack-solution & import-solution

15 Sep 04:52
36917d3
Compare
Choose a tag to compare
Pre-release

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

Fix pack-solution param names

14 Sep 23:02
94734ec
Compare
Choose a tag to compare
Pre-release

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)

Initial beta

14 Sep 16:46
Compare
Choose a tag to compare
Initial beta Pre-release
Pre-release

Initial beta:

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