When running a prebuild method I’m getting an error when using CmdRunner.ExecuteCommandWithResult()
[Unity] ERROR: Caught exception invoking method 'Prebuild': 1: Error executing command 'cm find changeset "where branch='main'" "order by date desc" "limit 1" --format="{changesetid}" --nototal ': ApplicationName='cm', CommandLine='find changeset "where branch='main'" "order by date desc" "limit 1" --format="{changesetid}" --nototal ', CurrentDirectory='BUILD_PATH/p', Native error= The system cannot find the file specified.
It looks like it’s due to ‘cm’ not being available as in PATH as a system variable. Is this something that can be added, please?