Cake.OctoDeploy

Cake addin for easy creation of GitHub releases

#addin nuget:?package=Cake.OctoDeploy&version=3.2.0

dotnet add package Cake.OctoDeploy --version 3.2.0

<PackageReference Include="Cake.OctoDeploy" Version="3.2.0" />

Aliases

Simple GitHub release publishing

General

PublishRelease(string, string, FilePath, bool, bool, OctoDeploySettings) Publish a release on GitHub
PublishRelease(string, string, string, bool, bool, OctoDeploySettings) Publish a release on GitHub
PublishReleaseWithArtifact(string, string, FilePath, bool, bool, FilePath, string, string, OctoDeploySettings) Publish a release with an artifact
PublishReleaseWithArtifact(string, string, string, bool, bool, FilePath, string, string, OctoDeploySettings) Publish a release with an artifact
PublishReleaseWithArtifacts(string, string, FilePath, bool, bool, FilePath[], string[], string[], OctoDeploySettings) Publish a release with multiple artifacts. Note that the artifact paths and their respective names and MIME types need to be in the same order in their respective arrays otherwise they will end up incorrectly named
PublishReleaseWithArtifacts(string, string, string, bool, bool, FilePath[], string[], string[], OctoDeploySettings) Publish a release with an artifact. Note that the artifact paths and their respective names need to be in the same order in their respective arrays otherwise they will end up incorrectly named
UploadArtifact(int, FilePath, string, string, OctoDeploySettings) Upload an artifact to an existing release
UploadArtifact(string, FilePath, string, string, OctoDeploySettings) Upload an artifact to an existing release