Skip to content

Commit

Permalink
(build) update cake to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jul 24, 2021
1 parent 39ba66b commit 1680a89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "1.0.0",
"version": "1.1.0",
"commands": [
"dotnet-cake"
]
Expand Down
3 changes: 0 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Install modules
#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"
Expand Down

0 comments on commit 1680a89

Please sign in to comment.