File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 default : azdo-artifact
88 type : string
99
10- branch-name :
11- description : Branch name
12- default : main
13- type : string
14-
1510 azdo-org :
1611 description : AzDO org URL
1712 required : true
@@ -42,6 +37,21 @@ inputs:
4237 required : true
4338 type : string
4439
40+ branch-name :
41+ description : Branch name
42+ default : main
43+ type : string
44+
45+ download-artifact-name :
46+ description : Name of AzDO artifact to download
47+ required : true
48+ type : string
49+
50+ pipeline-variable :
51+ description : Pipeline variable
52+ required : true
53+ type : string
54+
4555 # dist-tag:
4656 # description: Dist-tag
4757 # default: main
@@ -114,7 +124,7 @@ runs:
114124 # --name ${{ env.AZDO_PIPELINE_NAME }} \
115125 # --org ${{ env.AZDO_ORG }} \
116126 # --project ${{ env.AZDO_PROJECT }} \
117- # --variable ProjectBranch= ${{ inputs.branch-name }}
127+ # --variable ${{ inputs.pipeline-variable }}
118128 # )
119129
120130 # RUN_ID=$(echo "$OUTPUT" | jq -r '.id')
Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ jobs:
164164 azure-subscription-id : ${{ vars.AZURE_SUBSCRIPTION_ID }}
165165 azure-tenant-id : ${{ vars.AZURE_TENANT_ID }}
166166 branch-name : ${{ steps.get-branch-name.outputs.branch-name }}
167+ download-artifact-name : drop_build_main
168+ pipeline-variable : ProjectBranch=${{ inputs.branch-name }}
167169
168170 - name : Download AzDO build artifact
169171 uses : actions/download-artifact@v8
@@ -177,7 +179,7 @@ jobs:
177179
178180 tar \
179181 --extract \
180- --file=./tgzfiles/botframework-webchat-${{ steps.azdo-build.outputs.version }}.tgz \
182+ --file=.. /tgzfiles/botframework-webchat-${{ steps.azdo-build.outputs.version }}.tgz \
181183 --strip-component=1 \
182184 package/dist/ \
183185 package/static/
@@ -189,7 +191,7 @@ jobs:
189191
190192 tar \
191193 --extract \
192- --file=./tgzfiles/botframework-webchat-fluent-theme-${{ steps.azdo-build.outputs.version }}.tgz \
194+ --file=.. /tgzfiles/botframework-webchat-fluent-theme-${{ steps.azdo-build.outputs.version }}.tgz \
193195 --strip-component=1 \
194196 package/dist/ \
195197 package/static/
You can’t perform that action at this time.
0 commit comments