-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sfdx force\:package\:beta\:version\:create is breaking the sfdx-project.json file convention #1764
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
This issue has been linked to a new work item: W-11935313 |
hey @arafesthain I'm just trying to reproduce this now, and I'm failing to see this.
and I'm not seeing a Can you provide some more specific steps to reproduce? |
@WillieRuemmele we are facing this issue as well with the new commands. Did you ensure that the dreamhouse-lwc project has a dependency on another package before you create the package version? Here is an illustration of what the file looks like before and after using the beta package version create command. Before
After
Somewhat of a separate issue. After the version is created, the VS Code extensions also complain about the dependency missing a package name after the dependency section is re-written. Although referring to a dependency that way seems to be perfectly valid. |
Thank you @mrichbb - I have a fix ready for review 👍 |
Summary
Using new package beta command & seeing bug (or at least undocumented breaking changes).
Steps To Reproduce:
Expected result
package version:package version id
Actual result
There is now a subscriberPackageVersionId:[packageVersionId] format that is breaking our CI chain.
System Information
bash
The text was updated successfully, but these errors were encountered: