PublishRelease(string, string, FilePath, bool, bool, OctoDeploySettings)
Alias from Cake.OctoDeploy addin
|
Publish a release on GitHub
|
PublishRelease(string, string, string, bool, bool, OctoDeploySettings)
Alias from Cake.OctoDeploy addin
|
Publish a release on GitHub
|
PublishReleaseWithArtifact(string, string, FilePath, bool, bool, FilePath, string, string, OctoDeploySettings)
Alias from Cake.OctoDeploy addin
|
Publish a release with an artifact
|
PublishReleaseWithArtifact(string, string, string, bool, bool, FilePath, string, string, OctoDeploySettings)
Alias from Cake.OctoDeploy addin
|
Publish a release with an artifact
|
PublishReleaseWithArtifacts(string, string, FilePath, bool, bool, FilePath[], string[], string[], OctoDeploySettings)
Alias from Cake.OctoDeploy addin
|
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)
Alias from Cake.OctoDeploy addin
|
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)
Alias from Cake.OctoDeploy addin
|
Upload an artifact to an existing release
|
UploadArtifact(string, FilePath, string, string, OctoDeploySettings)
Alias from Cake.OctoDeploy addin
|
Upload an artifact to an existing release
|