File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1616 runs-on : windows-latest # alternate runner OS is: ubuntu-latest
1717
1818 steps :
19+ - name : Install Power Platform Tools
20+ uses : microsoft/powerplatform-actions/actions-install@v1
21+
1922 - name : Export Solution
20- uses : microsoft/powerplatform-actions/export-solution@v0
23+ uses : microsoft/powerplatform-actions/export-solution@v1
2124 with :
2225 environment-url : ' https://myenv.crm.dynamics.com'
2326@@ -27,22 +30,22 @@ jobs:
2730 working-directory : ' out'
2831
2932 - name : Unpack Solution
30- uses : microsoft/powerplatform-actions/unpack-solution@v0
33+ uses : microsoft/powerplatform-actions/unpack-solution@v1
3134 with :
3235 solution-file : ' out/aSolution1.zip'
3336 solution-folder : ' out/solutions/solution one'
3437 solution-type : ' Unmanaged'
3538 overwrite-files : true
3639
3740 - name : Publish Solution
38- uses : microsoft/powerplatform-actions/publish-solution@v0
41+ uses : microsoft/powerplatform-actions/publish-solution@v1
3942 with :
4043 environment-url : ' https://myenv.crm.dynamics.com'
41444245 password-secret : ${{ secrets.MYPASSWORD }}
4346
4447 - name : Prepare solution changes for check-in into source control
45- uses : microsoft/powerplatform-actions/branch-solution@v0
48+ uses : microsoft/powerplatform-actions/branch-solution@v1
4649 with :
4750 solution-folder : ' out/solutions/solution one'
4851 solution-target-folder : ' src/solutions/solution1'
You can’t perform that action at this time.
0 commit comments