Robohelp 2019 CommandLine not finding Preset
I am trying to build help via command line to integrate into a CI/CD pipeline but it keeps telling me the preset does not exist (even though the preset is visible)
The error that comes from command line is:
"Preset name "namehere" does not exist in the project"
The command I use to build is:
robohelp.exe --cl "proj.rhpj" -o PresetName -l c:\temp\logs -p c:\temp\output
It gives that error and does not generate a log or output.
