Skip to content

Commit 1680a89

Browse files
committed
(build) update cake to 1.1.0
1 parent 39ba66b commit 1680a89

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "1.0.0",
6+
"version": "1.1.0",
77
"commands": [
88
"dotnet-cake"
99
]

build.cake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Install modules
2-
#module nuget:?package=Cake.DotNetTool.Module&version=1.1.0
3-
41
// Install addins.
52
#addin "nuget:?package=Cake.Codecov&version=1.0.1"
63
#addin "nuget:?package=Cake.Compression&version=0.2.6"

0 commit comments

Comments
 (0)