#1152: dont push releasenotes.md to GitHub +semver: minor

Co-authored-by: TomPallister <tom@threemammals.com>
This commit is contained in:
Tom Pallister 2020-03-13 09:11:31 +00:00 committed by GitHub
parent 783a77aa6e
commit 347ea7280c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -405,6 +405,11 @@ private void PublishPackages(ConvertableDirectoryPath packagesDir, ConvertableFi
foreach(var artifact in artifacts) foreach(var artifact in artifacts)
{ {
if (artifact == "releasenotes.md")
{
continue;
}
var codePackage = packagesDir + File(artifact); var codePackage = packagesDir + File(artifact);
Information("Pushing package " + codePackage); Information("Pushing package " + codePackage);