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