Skip to content

Commit

Permalink
let them eat cake
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-at-octopus committed Aug 30, 2021
1 parent 9e1d599 commit 5d5492a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//////////////////////////////////////////////////////////////////////
#tool "nuget:?package=GitVersion.CommandLine&version=4.0.0"
#tool "nuget:?package=gitlink&version=3.1.0"
#tool "nuget:?package=JetBrains.DotMemoryUnit&version=3.0.20171219.105559"
#tool "nuget:?package=JetBrains.DotMemoryUnit&version=3.1.20200127.214830"
#addin "Cake.FileHelpers&version=3.2.0"

//////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -95,7 +95,7 @@ Task("Test")
args.Append("--no-build");
return args;
},
ToolPath = "./tools/JetBrains.dotMemoryUnit.3.0.20171219.105559/lib/tools/dotMemoryUnit.exe"
ToolPath = "./tools/JetBrains.dotMemoryUnit.3.1.20200127.214830/lib/tools/dotMemoryUnit.exe"
});
});

Expand Down

0 comments on commit 5d5492a

Please sign in to comment.