chore(ci): enable NuGet cache and bump Microsoft.NET.Test.Sdk to 18.3.0#210
Draft
Copilot wants to merge 2 commits into
Draft
chore(ci): enable NuGet cache and bump Microsoft.NET.Test.Sdk to 18.3.0#210Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Agent-Logs-Url: https://github.com/fcallejon/fes/sessions/fb7b36d5-5e47-4f77-8115-b380b22ae44c Co-authored-by: fcallejon <931378+fcallejon@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add NuGet caching to CI and update Microsoft.NET.Test.Sdk
chore(ci): enable NuGet cache and bump Microsoft.NET.Test.Sdk to 18.3.0
Apr 6, 2026
This was referenced Apr 13, 2026
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.
This PR applies the Repo Assist update by adding NuGet package caching to CI and updating
Microsoft.NET.Test.Sdkto the latest requested version. Scope is intentionally limited to workflow/package-version changes.CI: NuGet caching via
setup-dotnet.github/workflows/dotnet.ymlto enable built-in NuGet cache inactions/setup-dotnet@v4.Directory.Packages.props.Dependencies: test SDK refresh
Microsoft.NET.Test.SdkinDirectory.Packages.propsfrom18.0.1to18.3.0.