-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Add UseDotnet task for installing dotnet #24905
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
Add UseDotnet task for installing dotnet #24905
Conversation
/azp list |
/azp run |
Azure Pipelines successfully started running 5 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 5 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 5 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 5 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 5 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 5 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 5 pipeline(s). |
8a83dc0
to
721200b
Compare
2710d9f
to
3483c27
Compare
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.
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
/azp run |
Azure Pipelines successfully started running 4 pipeline(s). |
📣 Hey @adityapatwardhan, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
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-PSBootstrap
withUseDotNet@2
tasks and updating theStart-PSBootstrap
command to use the-Scenario
parameter.Streamlining the use of .NET Core SDK:
.pipelines/templates/compliance/apiscan.yml
: ReplacedStart-PSBootstrap
withUseDotNet@2
task for using the .NET Core SDK..pipelines/templates/linux.yml
: AddedUseDotNet@2
task for using the .NET Core SDK. [1] [2].pipelines/templates/nupkg.yml
: AddedUseDotNet@2
task and removedStart-PSBootstrap
..pipelines/templates/release-validate-fxdpackages.yml
: ReplacedStart-PSBootstrap
withUseDotNet@2
task for using the .NET Core SDK..pipelines/templates/testartifacts.yml
: ReplacedStart-PSBootstrap
withUseDotNet@2
task for using the .NET Core SDK. [1] [2]Updating
Start-PSBootstrap
command:.pipelines/templates/linux-package-build.yml
: UpdatedStart-PSBootstrap
to use-Scenario Package
..pipelines/templates/mac-package-build.yml
: UpdatedStart-PSBootstrap
to use-Scenario Package
..pipelines/templates/windows-hosted-build.yml
: UpdatedStart-PSBootstrap
to use-Scenario Package
and removed redundant calls. [1] [2] [3] [4].pipelines/templates/windows-package-build.yml
: UpdatedStart-PSBootstrap
to use-Scenario Package
. [1] [2].vsts-ci/linux/templates/packaging.yml
: UpdatedStart-PSBootstrap
to 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
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.- [ ] Issue filed:
(which runs in a different PS Host).