Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/msstore-submissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
base64 -d < cert.pfx.b64 > cert.pfx
- name: Configure Store Credentials
run: |-
run: |
curl -L https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
chmod +x ./dotnet-install.sh
./dotnet-install.sh --version 9.0 --runtime aspnetcore

Check failure

Code scanning / check-spelling

Unrecognized Spelling

[aspnetcore](#security-tab) is not a recognized word. \(unrecognized-spelling\)
msstore reconfigure -cfp cert.pfx -c ${{ secrets.AZURE_CLIENT_ID }} -t ${{ secrets.AZURE_TENANT_ID }} -s ${{ secrets.SELLER_ID }}
- name: Update draft submission
Expand Down
Loading