File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
hub/apps/publish/msstore-dev-cli Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,15 @@ For example:
22
22
23
23
``` yaml
24
24
- script : msstore reconfigure --tenantId $(PARTNER_CENTER_TENANT_ID) --sellerId $(PARTNER_CENTER_SELLER_ID) --clientId $(PARTNER_CENTER_CLIENT_ID) --clientSecret $(PARTNER_CENTER_CLIENT_SECRET)
25
- displayName : Setup Microsoft Store Developer CLI
25
+ displayName : Configure Microsoft Store Developer CLI
26
26
` ` `
27
27
28
28
## GitHub Actions
29
29
30
30
` ` ` yaml
31
31
- name : Setup Microsoft Store Developer CLI
32
+ uses : microsoft/setup-msstore-cli@v1
33
+ - name : Configure Microsoft Store Developer CLI
32
34
run : msstore reconfigure --tenantId ${{ secrets.PARTNER_CENTER_TENANT_ID }} --sellerId ${{ secrets.PARTNER_CENTER_SELLER_ID }} --clientId ${{ secrets.PARTNER_CENTER_CLIENT_ID }} --clientSecret ${{ secrets.PARTNER_CENTER_CLIENT_SECRET }}
33
35
` ` `
34
36
You can’t perform that action at this time.
0 commit comments