Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Changed the default package wildcard behavior for create-release#19

Merged
slewis74 merged 3 commits into
masterfrom
bug-wildcards5821
Sep 30, 2019
Merged

Changed the default package wildcard behavior for create-release#19
slewis74 merged 3 commits into
masterfrom
bug-wildcards5821

Conversation

@slewis74
Copy link
Copy Markdown
Contributor

The command line currently interprets something like StepA:1.0.0 to mean a package reference name of blank string, which means it will only match the default package and not any of the named package references.

This is not at all intuitive when dealing with something like PackageA:1.0.0, which feels like "whichever step PackageA appears in, use version 1.0.0". The wildcard not also spanning package reference names then feels unexpected.

This PR changes the default behaviour to assume WildCard rather than "default package reference name".

Fixes OctopusDeploy/Issues#5821

…lues to be WildCard rather than empty string (which denotes default package reference only)
@slewis74 slewis74 merged commit eee8a70 into master Sep 30, 2019
@slewis74 slewis74 deleted the bug-wildcards5821 branch September 30, 2019 05:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Octo.exe not parsing --package=StepName:PackageName:Version command correctly

1 participant