-
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
force: package: version: create fails to reference Case metadata #1751
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. |
hi @6ithu8u53r sorry for the delayed response, have you tried using the |
Yes, but it doesn't work due to issue #1750. We are also running the commands in an automated pipeline and it's easier for us to use 7.1.70.0 until it's fixed so we don't need to make modifications to our codebase. |
yes, I'll close this to keep #1750 as the original |
1750 is a different issue with the beta version that prevents me from answering the question if this error also occurs the beta version. Please keep this issue open. |
Hi @6ithu8u53r what is the exact command you're executing? |
I did obfuscate a few values, but this the the command with all the switches that is failing. |
When I was changing cli versions I noticed this warning...
After uninstalling the plugin, the package version create process now fails on my Windows based system. I've removed references to linux in the issue title and description. |
This appears to be fixed in the latest (7.179.0) release. |
Thanks for following up here @6ithu8u53r! Glad you're unblocked! |
Summary
Running
sfdx force:package:version:create
command fails to find references to Case object metadataSteps To Reproduce:
I've opened a case regarding this advised to add an issue here and link the case to it. The case contains the failing DX Project code.
Expected result
Successful package creation.
Actual result
Package creation fails. Error message appears to indicate that Case metadata (standard or custom) does not exist.
System Information
Additional information
Using same package files to create a package version...
Works on cli version 7.170.0 on linux or win32-x64
Works on cli version 7.171.0 on win32-x64 only
The text was updated successfully, but these errors were encountered: