Skip to content

Commit cee26df

Browse files
authored
Install .NET 8 globally in copilot setup steps (#10982)
Per Nuget folks, this will enable the Nuget MCP server to work. I tried this in my fork and indeed it appears to make it work. This adds negligible time to the setup process for copilot.
1 parent 97a4778 commit cee26df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ jobs:
4141
10.x
4242
dotnet-quality: preview
4343

44+
# for MCP servers
45+
- name: Install .NET 8.x
46+
uses: actions/setup-dotnet@v4
47+
with:
48+
dotnet-version: |
49+
8.x
50+
4451
# Diagnostics in the log
4552
- name: dotnet --info
4653
run: dotnet --info

0 commit comments

Comments
 (0)