Revert "removed release notes to get a build?"

This reverts commit 518c0a9129e3aa37d5a74041c0292941a3479282.
This commit is contained in:
TomPallister 2017-06-17 14:23:54 +01:00
parent 518c0a9129
commit 5aa1596db4

View File

@ -229,11 +229,11 @@ Task("CreatePackages")
EnsureDirectoryExists(packagesDir); EnsureDirectoryExists(packagesDir);
CopyFiles("./src/**/Ocelot.*.nupkg", packagesDir); CopyFiles("./src/**/Ocelot.*.nupkg", packagesDir);
//GenerateReleaseNotes(releaseNotesFile); GenerateReleaseNotes(releaseNotesFile);
System.IO.File.WriteAllLines(artifactsFile, new[]{ System.IO.File.WriteAllLines(artifactsFile, new[]{
"nuget:Ocelot." + buildVersion + ".nupkg", "nuget:Ocelot." + buildVersion + ".nupkg",
//"releaseNotes:releasenotes.md" "releaseNotes:releasenotes.md"
}); });
if (AppVeyor.IsRunningOnAppVeyor) if (AppVeyor.IsRunningOnAppVeyor)