mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
d94c40450e
* Revert "Resolve binlog MCP from the dnceng dotnet-public feed"
This reverts commit 805a42a675.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 3b2899e9-48f8-4a2a-a19f-1827d08cbfc4
* ci(eval): configure NuGet source explicitly
Install a repository-owned NuGet configuration at the runner user level so temporary Vally workspaces resolve packages from nuget.org without plugin-specific source arguments.
* build: use dotnet-public for repository NuGet configs
Route evaluation and version-stamping tool restores through the locked-down dotnet-public source mapping.
* fix(msbuild): enable prerelease BinlogMcp versions
Match the Roslyn LSP dnx configuration and keep all mirrored MCP manifests consistent.
---------
Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>
Copilot-Session: 3b2899e9-48f8-4a2a-a19f-1827d08cbfc4
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
# Allowed external dependencies for the skill-validator.
|
|
# One entry per line. Lines starting with # are comments.
|
|
# Format: type:name:detail
|
|
#
|
|
# Types:
|
|
# script:SKILL-NAME:relative/path - Script file in a skill's scripts/ directory
|
|
# invokes:SKILL-NAME - INVOKES pattern in a skill description
|
|
# tool-ref:NAME:#tool:reference - Non-built-in #tool: reference in skill/agent content
|
|
# agent-tool:AGENT-NAME:tool-name - Non-built-in tool in agent frontmatter tools array
|
|
# agent-tool-portability:AGENT-NAME:capability - Agent tool declared for one host but not another
|
|
# mcp-server:PLUGIN-NAME:server-name - MCP server declaration in plugin.json
|
|
#
|
|
# To get clean, remove entries as the underlying dependency is resolved.
|
|
# Once this file is empty and all checks pass, the checks can be promoted to hard errors.
|
|
|
|
# dotnet-diag plugin: android-tombstone-symbolication skill
|
|
script:android-tombstone-symbolication:scripts/Symbolicate-Tombstone.ps1
|
|
invokes:android-tombstone-symbolication
|
|
|
|
# dotnet-upgrade plugin: migrate-nullable-references skill
|
|
script:migrate-nullable-references:scripts/Get-NullableReadiness.ps1
|
|
|
|
# dotnet-msbuild plugin: msbuild agent
|
|
tool-ref:msbuild:#tool:web/fetch
|
|
tool-ref:msbuild:#tool:agent/runSubagent
|
|
|
|
# dotnet-msbuild plugin: Microsoft.AITools.BinlogMcp server (binlog analysis MCP)
|
|
mcp-server:dotnet-msbuild:binlog
|