We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083ef0e commit 17f7ff6Copy full SHA for 17f7ff6
.github/workflows/cd-store-preview.yml
@@ -120,14 +120,3 @@ jobs:
120
with:
121
name: 'Appx Packages (${{ env.CONFIGURATION }}, ${{ env.PLATFORM }})'
122
path: ${{ env.ARTIFACTS_STAGING_DIR }}
123
-
124
- - name: Publish the packages to Microsoft Store
125
- uses: isaacrlevin/[email protected]
126
- with:
127
- app-id: '9NSQD9PKV3SS'
128
- tenant-id: ${{ secrets.STORE_TENANT_ID }}
129
- client-id: ${{ secrets.STORE_CLIENT_ID }}
130
- client-secret: ${{ secrets.STORE_CLIENT_SECRET }}
131
- package-path: '${{ env.APPX_PACKAGE_DIR }}'
132
- skip-polling: false
133
- packages-keep: 5
0 commit comments