Skip to content

chore(ci): enable NuGet cache and bump Microsoft.NET.Test.Sdk to 18.3.0#210

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/add-nuget-caching-ci
Draft

chore(ci): enable NuGet cache and bump Microsoft.NET.Test.Sdk to 18.3.0#210
Copilot wants to merge 2 commits into
mainfrom
copilot/add-nuget-caching-ci

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 6, 2026

This PR applies the Repo Assist update by adding NuGet package caching to CI and updating Microsoft.NET.Test.Sdk to the latest requested version. Scope is intentionally limited to workflow/package-version changes.

  • CI: NuGet caching via setup-dotnet

    • Updated .github/workflows/dotnet.yml to enable built-in NuGet cache in actions/setup-dotnet@v4.
    • Cache keying is tied to central package version definitions through Directory.Packages.props.
  • Dependencies: test SDK refresh

    • Updated Microsoft.NET.Test.Sdk in Directory.Packages.props from 18.0.1 to 18.3.0.
- name: Setup .NET
  uses: actions/setup-dotnet@v4
  with:
    dotnet-version: 10.0.x
    cache: true
    cache-dependency-path: '**/Directory.Packages.props'

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
Copilot AI requested a review from fcallejon April 6, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Repo Assist] chore: add NuGet caching to CI and update Microsoft.NET.Test.Sdk

2 participants