We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ba66b commit 1680a89Copy full SHA for 1680a89
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"cake.tool": {
6
- "version": "1.0.0",
+ "version": "1.1.0",
7
"commands": [
8
"dotnet-cake"
9
]
build.cake
@@ -1,6 +1,3 @@
1
-// Install modules
2
-#module nuget:?package=Cake.DotNetTool.Module&version=1.1.0
-
// Install addins.
#addin "nuget:?package=Cake.Codecov&version=1.0.1"
#addin "nuget:?package=Cake.Compression&version=0.2.6"
0 commit comments