ConsistencyCheck

You can use LemonTree.Automation to run Consistency Checks against the model in your pipeline.

Command:

LemonTree.Automation.exe consistency check --model={modelPath}
Argument Description Required
--model The file that contains the 'Model' to be checked. Yes

Powershell Example:

Performs a consistency check and writes the result in a log file.

LemonTree.Automation.exe consistencycheck--model model.eapx > log.txt
echo Exitcode $LASTEXITCODE
pause