def Run() -> bool:
    namespace = "NeonOcean.NOC.Mods.Distribution"  # type: str

    Sites.BuildSite(namespace)
    Publishing.PublishSite(namespace)

    return True
def Run() -> bool:
    namespace = "NeonOcean.S4.Choreography"  # type: str

    Mods.BuildMod(namespace)
    Mods.BuildPublishing(namespace)
    Publishing.PublishModRelease(namespace)

    return True
Пример #3
0
def Run() -> bool:
    namespace = "NeonOcean.S4.Cycle"  # type: str

    Mods.BuildMod(namespace)
    Mods.BuildPublishing(namespace)
    Publishing.PublishModPreview(namespace)

    return True
Пример #4
0
def Run() -> bool:
    Publishing.VerifyStripping()

    return True