Skip to content

Commit 50fa574

Browse files
committed
Fixes for 2.7.0 build.
1 parent f8553be commit 50fa574

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Task("PackageReleaseZipFile")
289289
var stagingLicenseFile = stagingDirectory.CombineWithFilePath("license.txt");
290290
CopyFile(licenseFile, stagingLicenseFile);
291291

292-
var releaseNotesFileName = "Release Notes v" + majorMinorBuild + ".md";
292+
var releaseNotesFileName = "Release Notes v" + gitVersion.LegacySemVer + ".md";
293293
var releaseNotesDirectory = solutionDirectory.Combine("Release Notes");
294294
var releaseNotesFile = releaseNotesDirectory.CombineWithFilePath(releaseNotesFileName);
295295
var stagingDirectoryReleaseNotesFile = stagingDirectory.CombineWithFilePath(releaseNotesFileName);

0 commit comments

Comments
 (0)