Skip to content

publish option --skip-duplicate doesn't consider target platforms #868

@mbehr1

Description

@mbehr1

If I want to release for multiple target platforms but use skipDuplicate to be able to rerun e.g. in case the marketplace had a timeout during release for some targets this fails after the first version due to:

if (options.skipDuplicate) {

I think this line needs a similar and condition like sameVersion.some(v => v.targetPlatform === options.target).

Currently with skipDuplicate only one target platform will be released which is imho wrong.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions