-
Notifications
You must be signed in to change notification settings - Fork 79
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
I want to skip test cases run in production as we are already running those in validation #3240
Comments
Hello @gsanjana2712 👋 It looks like you didn't include the full Salesforce CLI version information in your issue. A few more things to check:
Thank you! |
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. |
output of sf version --verbose --json » Warning: @salesforce/cli update available from 2.70.7 to 2.78.3. |
Hello @gsanjana2712 👋 None of the versions of Shared: Update to the latest version of Salesforce CLI (docs) and confirm that you're still seeing your issue. After updating, share the full output of |
you'll pass all of your manifests to the
|
I am using this command for validation: sf project deploy validate --manifest ./delta/package/package.xml --post-destructive-changes ./delta/destructiveChanges/destructiveChanges.xml --target-org prod
In prod deployment pipeline: sf project deploy start --manifest ./delta/package/package.xml --post-destructive-changes ./delta/destructiveChanges/destructiveChanges.xml --target-org prod --ignore-conflicts
Now i want to skip test case run again in prod deployment pipeline.
If i go for quick deploy command 'sf project deploy quick --job-id 0Af0x000017yLUFCA2 --manifest ./delta/package/package.xml --post-destructive-changes ./delta/destructiveChanges/destructiveChanges.xml --target-org prod' then its showing that --manifest is invalid.
Please help me with command for above use.
Thanks!
The text was updated successfully, but these errors were encountered: