- Notifications
You must be signed in to change notification settings - Fork8.1k
[release/v7.5]Add setup dotnet action to the build composite action#25235
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
Pull Request Overview
This PR backports changes to set up the .NET environment in CI and test workflows using the version specified in the global.json file.
- Added actions/setup-dotnet@v4 in the build composite action
- Added actions/setup-dotnet@v4 in the test composite action
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/actions/build/ci/action.yml | Added a step to set up the .NET environment using global.json |
| .github/actions/test/nix/action.yml | Added a step to set up the .NET environment using global.json |
/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI |
| Azure Pipelines successfully started running 1 pipeline(s). |
91d919c intoPowerShell:release/v7.5Uh oh!
There was an error while loading.Please reload this page.
microsoft-github-policy-servicebot commentedApr 3, 2025 • edited by unfurl-linksbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by unfurl-linksbot
Uh oh!
There was an error while loading.Please reload this page.
📣 Hey @@TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗https://aka.ms/PSRepoFeedback |
Backport#24996
This pull request includes updates to the CI and test workflows to set up the .NET environment using a specific version defined in
global.json.Changes to CI and test workflows:
.github/actions/build/ci/action.yml: Added theactions/setup-dotnet@v4action to set up the .NET environment using theglobal.jsonfile..github/actions/test/nix/action.yml: Added theactions/setup-dotnet@v4action to set up the .NET environment using theglobal.jsonfile.