diff --git a/build.cake b/build.cake index 864c29b3..063de67d 100644 --- a/build.cake +++ b/build.cake @@ -405,6 +405,11 @@ private void PublishPackages(ConvertableDirectoryPath packagesDir, ConvertableFi foreach(var artifact in artifacts) { + if (artifact == "releasenotes.md") + { + continue; + } + var codePackage = packagesDir + File(artifact); Information("Pushing package " + codePackage);