@@ -31,52 +31,6 @@ permissions:
3131 contents : write
3232
3333jobs :
34- # convert-to-managed:
35- # runs-on: ubuntu-latest
36- # or you can say runs-on: ubuntu-latest
37- # env:
38- # RUNNER_DEBUG: 1
39-
40- # steps:
41- # - uses: actions/checkout@v3
42- # with:
43- # lfs: true
44-
45- # - name: Pack solution
46- # uses: microsoft/powerplatform-actions/pack-solution@v0
47- # with:
48- # solution-folder: ${{ inputs.root_folder}}/${{ inputs.solution_name }}
49- # solution-file: ${{ inputs.zip_folder}}/${{ inputs.solution_name }}.zip
50- # solution-type: Unmanaged
51-
52- # - name: Import solution as unmanaged to build env
53- # uses: microsoft/powerplatform-actions/import-solution@v0
54- # with:
55- # environment-url: ${{inputs.BUILD_ENVIRONMENT_URL}}
56- # app-id: ${{secrets.CLIENT_ID}}
57- # client-secret: ${{ secrets.envSecret }}
58- # tenant-id: ${{secrets.TENANT_ID}}
59- # solution-file: ${{ inputs.zip_folder}}/${{ inputs.solution_name }}.zip
60- # force-overwrite: true
61- # publish-changes: true
62-
63- # - name: Export solution as managed
64- # uses: microsoft/powerplatform-actions/export-solution@v0
65- # with:
66- # environment-url: ${{inputs.BUILD_ENVIRONMENT_URL}}
67- # app-id: ${{secrets.CLIENT_ID}}
68- # client-secret: ${{ secrets.envSecret }}
69- # tenant-id: ${{inputs.TENANT_ID}}
70- # solution-name: ${{ secrets.solution_name }}
71- # managed: false
72- # solution-output-file: ${{ inputs.zip_folder}}/${{ inputs.solution_name }}_managed.zip
73-
74- # - name: Upload the ready to ship solution to GH artifact store
75- # uses: actions/upload-artifact@v2
76- # with:
77- # name: managedSolutions
78- # path: ${{ inputs.zip_folder}}/
79-
8034 release-to-qa :
8135 # needs: [ convert-to-managed ]
8236 runs-on : ubuntu-latest
9448 app-id : ${{secrets.CLIENT_ID}}
9549 client-secret : ${{ secrets.PowerPlatformSPN }}
9650 tenant-id : ${{secrets.TENANT_ID}}
97- # - name: Fetch the ready to ship solution from GH artifact store
98- # uses: actions/download-artifact@v2
99- # with:
100- # name: managedSolutions
101- # path: ${{ inputs.zip_folder}}
51+
10252 - name : Import solution to test env
10353 uses : microsoft/powerplatform-actions/import-solution@v0
10454 with :
0 commit comments