Skip to content

Commit b9f37ce

Browse files
author
Kartik Kanakasabesan
authored
Update release-solution-to-qa.yml
1 parent 569ad2a commit b9f37ce

File tree

1 file changed

+1
-51
lines changed

1 file changed

+1
-51
lines changed

.github/workflows/release-solution-to-qa.yml

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -31,52 +31,6 @@ permissions:
3131
contents: write
3232

3333
jobs:
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
@@ -94,11 +48,7 @@ jobs:
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

Comments
 (0)