Skip to content

Commit

Permalink
Revert "Revert "removed release notes to get a build?""
Browse files Browse the repository at this point in the history
This reverts commit 5aa1596.
  • Loading branch information
TomPallister committed Jun 17, 2017
1 parent af9e31e commit bc7bfc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ Task("CreatePackages")
EnsureDirectoryExists(packagesDir);
CopyFiles("./src/**/Ocelot.*.nupkg", packagesDir);

GenerateReleaseNotes(releaseNotesFile);
//GenerateReleaseNotes(releaseNotesFile);

System.IO.File.WriteAllLines(artifactsFile, new[]{
"nuget:Ocelot." + buildVersion + ".nupkg",
"releaseNotes:releasenotes.md"
//"releaseNotes:releasenotes.md"
});

if (AppVeyor.IsRunningOnAppVeyor)
Expand Down

0 comments on commit bc7bfc8

Please sign in to comment.