Skip to content

Commit 2ff788b

Browse files
committed
Pin Cake versions to a set that works together.
1 parent f6584d8 commit 2ff788b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.cake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#addin "nuget:?package=Cake.FileHelpers"
2-
#addin "nuget:?package=Cake.Git"
3-
#addin "nuget:?package=Cake.Incubator"
4-
#tool "nuget:?package=GitVersion.CommandLine"
1+
#addin "nuget:?package=Cake.FileHelpers&version=3.1.0"
2+
#addin "nuget:?package=Cake.Git&version=0.19.0"
3+
#addin "nuget:?package=Cake.Incubator&version=3.1.0"
4+
#tool "nuget:?package=GitVersion.CommandLine&version=4.0.0"
55
#tool "nuget:?package=xunit.runner.console"
66

77
using System.Text.RegularExpressions;

0 commit comments

Comments
 (0)