removed release notes to get a build?

This commit is contained in:
tom.pallister 2017-06-16 15:55:31 +01:00
parent 6c1b95f95b
commit 518c0a9129

View File

@ -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)