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 b4c9b90 commit 865b3aeCopy full SHA for 865b3ae
.github/workflows/msstore-submissions.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
curl -L https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
55
chmod +x ./dotnet-install.sh
56
- ./dotnet-install.sh --version 9.0 --runtime aspnetcore
+ ./dotnet-install.sh --channel 9.0
57
msstore reconfigure -cfp cert.pfx -c ${{ secrets.AZURE_CLIENT_ID }} -t ${{ secrets.AZURE_TENANT_ID }} -s ${{ secrets.SELLER_ID }}
58
59
- name: Update draft submission
0 commit comments