From 31e8783e8d96527d8e5b2f83a6713c3cce0224a3 Mon Sep 17 00:00:00 2001 From: Jan Krivanek Date: Thu, 21 May 2026 11:57:14 +0200 Subject: [PATCH] dotnet-msbuild: move AITools.BinlogMcp source to dotnet-tools feed The MCP package was relocated from the dotnet-eng public feed to the dotnet-tools public feed on dnceng. Update plugin.json --add-source URL and the SKILL.md fallback note accordingly. --- plugins/dotnet-msbuild/plugin.json | 2 +- plugins/dotnet-msbuild/skills/binlog-failure-analysis/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/dotnet-msbuild/plugin.json b/plugins/dotnet-msbuild/plugin.json index 31e0fb5eae..ef372a436b 100644 --- a/plugins/dotnet-msbuild/plugin.json +++ b/plugins/dotnet-msbuild/plugin.json @@ -18,7 +18,7 @@ "--yes", "--prerelease", "--add-source", - "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" + "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" ], "tools": ["*"] } diff --git a/plugins/dotnet-msbuild/skills/binlog-failure-analysis/SKILL.md b/plugins/dotnet-msbuild/skills/binlog-failure-analysis/SKILL.md index bb338e7208..0542829190 100644 --- a/plugins/dotnet-msbuild/skills/binlog-failure-analysis/SKILL.md +++ b/plugins/dotnet-msbuild/skills/binlog-failure-analysis/SKILL.md @@ -33,7 +33,7 @@ Use the available MCP server tools to query the binary log for: ## Fallback workflow — text-log replay (when MCP is unavailable) Use this only when the MCP server cannot be started (for example, on an older -SDK or in an offline environment without access to the `dotnet-eng` NuGet feed). +SDK or in an offline environment without access to the `dotnet-tools` NuGet feed). ### Replay the binlog to text logs