From 2da55a89382d0ecd149e6053ac623f9f2a251d60 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Mon, 30 Nov 2020 13:35:10 -0800 Subject: [PATCH] (build) Oops, my bad I can only blame squirrles on the stream --- .config/dotnet-tools.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b0e38abd..727dfd76 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -1,5 +1,12 @@ { "version": 1, "isRoot": true, - "tools": {} + "tools": { + "cake.tool": { + "version": "0.38.5", + "commands": [ + "dotnet-cake" + ] + } + } } \ No newline at end of file