IgnoreWithNocheck when doing deployments.
ktersius
Posts: 15
How can one tell deployment manager to validate the upgrade of the database but use the IgnoreWithNocheck option? We have a scenario where static data is being changed and a WITH NOCHECK upgrade script is being generated.
This then breaks the deployment post validation check.
This then breaks the deployment post validation check.
Comments
In the meantime, you can create a new release and add the abortOnHighSeverityWarnings variable to true; this should allow the deployment to continue past the data loss warnings.