Skip to content

Commit

Permalink
Bump Cake.Tool from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Mar 6, 2021
1 parent ad2526f commit 0085b5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Task("Test")
project.ToString(),
new DotNetCoreTestSettings()
{
Blame = true,
Collectors = new string[] { "XPlat Code Coverage" },
Configuration = configuration,
Loggers = new string[]
Expand All @@ -55,7 +56,6 @@ Task("Test")
NoBuild = true,
NoRestore = true,
ResultsDirectory = artefactsDirectory,
ArgumentCustomization = x => x.Append("--blame"),
});
});

Expand Down
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"rollForward": "latestMajor",
"version": "5.0.102"
"version": "5.0.200"
}
}

0 comments on commit 0085b5b

Please sign in to comment.