dotnet-installer/.config/dotnet-tools.json
Přemek Vysoký 2fd58dc7e9
Synchronize VMR's non-src/ content from tarball/content (#14893)
Previously, we manually copied the `tarball/content` folder over when bootstrapping the VMR. Now it is handled by the darc tooling when you point it to the right dir.
2022-11-04 17:33:12 +00:00

12 lines
174 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"microsoft.dotnet.darc": {
"version": "1.1.0-beta.22554.2",
"commands": [
"darc"
]
}
}
}