Replies: 1 comment 1 reply
-
-i "./force-app/main/default/classes/BoatDataService.cls" this is generating a empty package.xml :( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I want to exclude for example BoatDataService class in script i passing during package.xml generation
EXCLUDING BoatDataService
{
"error": "'BoatDataService' file does not exist",
"output": ".",
"success": false,
"warnings": []
}
im pretty sure it is here.
I tried to exclude using
sfdx sgd:source:delta --to HEAD --from$(latestBuildCommit) -o . -i $ {{ parameters.excludeMetadata }} (when im hardcoding this is not working too :( )
Beta Was this translation helpful? Give feedback.
All reactions