The --ignoreexisting option is not Project specific and will skip creating releases if a Project with the same version # already exists (Octopus-Tools) #1048
Labels
kind/bug
This issue represents a verified problem we are committed to solving
Milestone
When using the --ignoreexisting, Release creation will fail of ANY project has a Version # that is the same as the one you're trying to Create.
Example:
Project Current Release Version
Proj-A 9.0
Proj-B 8.0
If I try to Octo.exe create-release --project=Proj-B --version=9.0 --ignoreexisting I will get a message of 'A release with the number 9.0 already exists' even though Proj-B does not have a 9.0 release.
Created by: @ebeisecker-rue
The text was updated successfully, but these errors were encountered: