Skip to content

Cake.Recipe prerelease deployment fails on rebased branch #3200

Discussion options

You must be logged in to vote

This is unfortunately a known problem, and there is no way to configure gitversion in cake.recipe (other than the yaml configuration) without overriding the whole setup (see the documentation here: https://cake-contrib.github.io/Cake.Recipe/docs/extending/override-generating-version).

A) A flag parameter to prevent prerelease deployments for pullrequest builds.

Not exactly the same, but in an upcoming version of Cake.Recipe this is semi-added.
A recent pull request added the ability to set a new variable called SkipDuplicatePackages to the ToolSettings class that allows builds to continue even if a push of NuGet packages fail due to them already existing upstream.

B) We never deploy pr…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@eoehen
Comment options

Answer selected by eoehen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants