Skip to content

Commit c1597a3

Browse files
author
Artur Stolear
committed
using latest version of GitReleaseNotes, fixed the build version (exluded sha)
1 parent 0e77e2e commit c1597a3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

GitVersion.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ branches:
33
master:
44
tag: beta
55
ignore:
6-
sha: []
6+
sha:
7+
- 0e77e2e16a136a1cd0f0474fe5710f617d508d81
8+
- af73f6a349456f146a8d0a413de1331eddf61bc2

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#tool "nuget:https://www.nuget.org/api/v2?package=NUnit.ConsoleRunner&version=3.7.0"
2-
#tool "nuget:https://www.nuget.org/api/v2?package=GitReleaseNotes&version=0.7.0"
2+
#tool "nuget:https://www.nuget.org/api/v2?package=GitReleaseNotes&version=0.7.1"
33
#tool "nuget:https://www.nuget.org/api/v2?package=ILRepack&version=2.0.15"
44
#addin "nuget:?package=Cake.Incubator"
55

0 commit comments

Comments
 (0)