Add UseDotnet task for installing dotnet#24905
Merged
adityapatwardhan merged 15 commits intoPowerShell:masterfrom Feb 3, 2025
Merged
Add UseDotnet task for installing dotnet#24905adityapatwardhan merged 15 commits intoPowerShell:masterfrom
adityapatwardhan merged 15 commits intoPowerShell:masterfrom
Conversation
Member
Author
|
/azp list |
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 5 pipeline(s). |
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 5 pipeline(s). |
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 5 pipeline(s). |
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 5 pipeline(s). |
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 5 pipeline(s). |
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 5 pipeline(s). |
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 5 pipeline(s). |
8a83dc0 to
721200b
Compare
2710d9f to
3483c27
Compare
Contributor
There was a problem hiding this comment.
Copilot reviewed 13 out of 28 changed files in this pull request and generated no comments.
Files not reviewed (15)
- .pipelines/templates/release-validate-sdk.yml: Evaluated as low risk
- .vsts-ci/linux/templates/packaging.yml: Evaluated as low risk
- .pipelines/templates/windows-package-build.yml: Evaluated as low risk
- .pipelines/templates/windows-hosted-build.yml: Evaluated as low risk
- .pipelines/templates/testartifacts.yml: Evaluated as low risk
- .pipelines/templates/nupkg.yml: Evaluated as low risk
- .pipelines/templates/release-validate-fxdpackages.yml: Evaluated as low risk
- .pipelines/templates/release-validate-globaltools.yml: Evaluated as low risk
- .github/workflows/macos-ci.yml: Evaluated as low risk
- .vsts-ci/psresourceget-acr.yml: Evaluated as low risk
- .pipelines/templates/mac-package-build.yml: Evaluated as low risk
- .vsts-ci/mac.yml: Evaluated as low risk
- .pipelines/templates/linux-package-build.yml: Evaluated as low risk
- .vsts-ci/templates/ci-build.yml: Evaluated as low risk
- .pipelines/templates/compliance/apiscan.yml: Evaluated as low risk
TravisEz13
approved these changes
Feb 3, 2025
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 4 pipeline(s). |
Contributor
|
📣 Hey @adityapatwardhan, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
adityapatwardhan
added a commit
that referenced
this pull request
Feb 5, 2025
Co-authored-by: Travis Plunk <[email protected]>
adityapatwardhan
added a commit
that referenced
this pull request
Feb 6, 2025
Co-authored-by: Travis Plunk <[email protected]>
TravisEz13
added a commit
to TravisEz13/PowerShell
that referenced
this pull request
Feb 24, 2025
Co-authored-by: Travis Plunk <[email protected]>
adityapatwardhan
added a commit
that referenced
this pull request
Mar 25, 2025
Co-authored-by: Travis Plunk <[email protected]>
TravisEz13
added a commit
that referenced
this pull request
Apr 4, 2025
Co-authored-by: Travis Plunk <[email protected]>
pwshBot
pushed a commit
to pwshBot/PowerShell
that referenced
this pull request
Apr 11, 2025
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
This pull request includes several changes across multiple pipeline templates to streamline the use of .NET Core SDK and improve the bootstrap process. The most important changes involve replacing
Start-PSBootstrapwithUseDotNet@2tasks and updating theStart-PSBootstrapcommand to use the-Scenarioparameter.Streamlining the use of .NET Core SDK:
.pipelines/templates/compliance/apiscan.yml: ReplacedStart-PSBootstrapwithUseDotNet@2task for using the .NET Core SDK..pipelines/templates/linux.yml: AddedUseDotNet@2task for using the .NET Core SDK. [1] [2].pipelines/templates/nupkg.yml: AddedUseDotNet@2task and removedStart-PSBootstrap..pipelines/templates/release-validate-fxdpackages.yml: ReplacedStart-PSBootstrapwithUseDotNet@2task for using the .NET Core SDK..pipelines/templates/testartifacts.yml: ReplacedStart-PSBootstrapwithUseDotNet@2task for using the .NET Core SDK. [1] [2]Updating
Start-PSBootstrapcommand:.pipelines/templates/linux-package-build.yml: UpdatedStart-PSBootstrapto use-Scenario Package..pipelines/templates/mac-package-build.yml: UpdatedStart-PSBootstrapto use-Scenario Package..pipelines/templates/windows-hosted-build.yml: UpdatedStart-PSBootstrapto use-Scenario Packageand removed redundant calls. [1] [2] [3] [4].pipelines/templates/windows-package-build.yml: UpdatedStart-PSBootstrapto use-Scenario Package. [1] [2].vsts-ci/linux/templates/packaging.yml: UpdatedStart-PSBootstrapto use-Scenario Package.These changes aim to standardize the usage of .NET Core SDK and improve the maintainability of the pipeline scripts.
PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.- [ ] Issue filed:
(which runs in a different PS Host).