Skip to content

Commit 06b131e

Browse files
authored
Merge pull request #1439 from arturcic/fixes/GitReleaseNotes_fix
GitReleaseNotes updates
2 parents c90abfd + 550fa6c commit 06b131e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ Task("Create-Release-Notes")
403403
{
404404
IEnumerable<string> redirectedOutput;
405405
var gitReleasNotesExePath = Context.Tools.Resolve("GitReleaseNotes.exe");
406+
EnsureDirectoryExists(buildDir);
406407
var releaseNotesExitCode = StartProcess(
407408
gitReleasNotesExePath,
408409
new ProcessSettings {

0 commit comments

Comments
 (0)