Skip to content

Commit a5b5812

Browse files
committed
Update to latest recipe version
1 parent 69e6dca commit a5b5812

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

GitVersion.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
next-version: 2.5.2
22
mode: ContinuousDelivery
3-
legacy-semver-padding: 5
4-
build-metadata-padding: 5
5-
commits-since-version-source-padding: 5
63
branches:
7-
master:
8-
regex: ^main$
9-
tag: dev
4+
main:
5+
label: dev
106
release:
11-
tag: pre
7+
label: pre
128
pull-request:
13-
tag: pr
9+
label: pr

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.3.3
2+
#load nuget:?package=TestCentric.Cake.Recipe&version=1.4.1-dev00001
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)