-
Notifications
You must be signed in to change notification settings - Fork 234
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverifiedVerification succeededVerification succeeded
Milestone
Description
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:
Line 179 in c2e71d5
| 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.
AArnott, dibarbet and drewbrokke
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverifiedVerification succeededVerification succeeded