Skip to content

Commit 865b3ae

Browse files
authored
Update .NET install script channel option
1 parent b4c9b90 commit 865b3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/msstore-submissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
curl -L https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
5555
chmod +x ./dotnet-install.sh
56-
./dotnet-install.sh --version 9.0 --runtime aspnetcore
56+
./dotnet-install.sh --channel 9.0
5757
msstore reconfigure -cfp cert.pfx -c ${{ secrets.AZURE_CLIENT_ID }} -t ${{ secrets.AZURE_TENANT_ID }} -s ${{ secrets.SELLER_ID }}
5858
5959
- name: Update draft submission

0 commit comments

Comments
 (0)