Include NuGetKeyVaultSignTool for tools restore.

This commit is contained in:
Damian Hickey 2025-12-16 13:52:18 +01:00
parent 660196f3f4
commit b2f5e87c7d

View file

@ -3,10 +3,16 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "10.0.0-rc.1.25451.107",
"version": "10.0.1",
"commands": [
"dotnet-ef"
]
},
"NuGetKeyVaultSignTool": {
"version": "3.2.3",
"commands": [
"NuGetKeyVaultSignTool"
]
}
}
}