Skip to content

Commit 3f7526c

Browse files
committed
Update tools and recipe version
1 parent a5b5812 commit 3f7526c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.config/dotnet-tools.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,22 @@
66
"version": "5.0.0",
77
"commands": [
88
"dotnet-cake"
9-
]
9+
],
10+
"rollForward": false
11+
},
12+
"gitversion.tool": {
13+
"version": "6.4.0",
14+
"commands": [
15+
"dotnet-gitversion"
16+
],
17+
"rollForward": false
18+
},
19+
"gitreleasemanager.tool": {
20+
"version": "0.20.0",
21+
"commands": [
22+
"dotnet-gitreleasemanager"
23+
],
24+
"rollForward": false
1025
}
1126
}
1227
}

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Load the recipe
2-
#load nuget:?package=TestCentric.Cake.Recipe&version=1.4.1-dev00001
2+
#load nuget:?package=TestCentric.Cake.Recipe&version=1.4.1-dev00002
33
// Comment out above line and uncomment below for local tests of recipe changes
44
//#load ../TestCentric.Cake.Recipe/recipe/*.cake
55

0 commit comments

Comments
 (0)