move to dotnet tools for cake

This commit is contained in:
TomPallister
2020-11-23 11:50:19 +00:00
parent 4b23e0ce5f
commit 0fab351c69
5 changed files with 562 additions and 923 deletions

12
.config/dotnet-tools.json Normal file
View File

@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "0.38.5",
"commands": [
"dotnet-cake"
]
}
}
}