Optimized Installation
Attribute
Type
Description
Package Types Applicable
Package Type
Apex Test Execution during installation
Coverage Requirement
// Demonstrating how to disable optimized deployment
{
"packageDirectories": [
{
"path": "core-crm",
"package": "core-crm",
"versionDescription": "Package containing core schema and classes",
"versionNumber": "4.7.0.NEXT",
"isOptimizedDeployment": false
},
...
]
}Last updated
Was this helpful?