-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Install .NET 9 for MSStore release #38361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
yeelam-gordon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| echo powerToysInstallerArm64Url=$(jq -n "$powerToysSetup" | jq -r '[.[]|select(.name | contains("arm64"))][0].browser_download_url') >> $GITHUB_OUTPUT | ||
| - name: Setup .NET 9.0 | ||
| uses: actions/setup-dotnet@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like latest is v4, with latest security update, auto cache and more reliable on running.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| with: | ||
| dotnet-version: '9.0.x' | ||
|
|
||
| - uses: microsoft/setup-msstore-cli@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably we should also use the 1.1 version of msstore-cli as well.
Summary of the Pull Request
Update the Github Action to install .NET 9 to unblock the release
PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed