Merged
Conversation
`darc` is no longer 6.0 and had a pin so that we don't need to install .NET 8.0 but the pin was removed dotnet/arcade-services#5443
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds .NET 8.0 SDK installation to support darc tool execution in CI/CD pipelines. According to the description, darc is no longer targeting .NET 6.0 and requires .NET 8.0 to be installed. The PR also includes Azure DevOps pipeline image updates and minor formatting improvements.
Key changes:
- Adds
UseDotNet@2task to install .NET 8.0.x before running darc operations - Updates Windows build agent images from VS2022 to VS2026 preview
- Adds quotes around pipeline variables and removes trailing whitespace
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| eng/common/core-templates/post-build/post-build.yml | Adds .NET 8.0 installation task, updates agent images to VS2026 preview, adds quotes to variable references, and repositions comment |
| eng/common/core-templates/job/publish-build-assets.yml | Adds .NET 8.0 installation task, conditionalizes legacyCredential parameter for DevDiv projects, adds quotes to variable references, removes trailing whitespace |
akoeplinger
approved these changes
Dec 12, 2025
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.
darcis no longer 6.0 and had a pin so that we don't need to install .NET 8.0 but the pin was removeddotnet/arcade-services#5443
I pulled these files from the latest VMR build's eng/common