mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 18:02:50 +08:00
#1152: dont push releasenotes.md to GitHub +semver: minor
Co-authored-by: TomPallister <tom@threemammals.com>
This commit is contained in:
parent
783a77aa6e
commit
347ea7280c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user