Skip to content

Commit 721c84d

Browse files
authored
Install .NET 9 for MSStore release (#38361)
fix dotnet 9
1 parent 96ba445 commit 721c84d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/msstore-submissions.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
echo powerToysInstallerX64Url=$(jq -n "$powerToysSetup" | jq -r '[.[]|select(.name | contains("x64"))][0].browser_download_url') >> $GITHUB_OUTPUT
4040
echo powerToysInstallerArm64Url=$(jq -n "$powerToysSetup" | jq -r '[.[]|select(.name | contains("arm64"))][0].browser_download_url') >> $GITHUB_OUTPUT
4141
42+
- name: Setup .NET 9.0
43+
uses: actions/setup-dotnet@v3
44+
with:
45+
dotnet-version: '9.0.x'
46+
4247
- uses: microsoft/setup-msstore-cli@v1
4348

4449
- name: Fetch Store Credential

0 commit comments

Comments
 (0)