On Windows Server 2019 using Powershell version 5.1.17763.3770 there was no output to the console even though Omnis was writing to the run\std*.txt files. The output only appeared after closing Omnis.
I played around with the powershell script and added ${output}.Flush() to function flushStream to resolve.
My pleasure. Thanks for creating this project. We are experimenting with Studio 11's VCS API and this CLI will be perfect to help automate our VCS builds.
On Windows Server 2019 using Powershell version 5.1.17763.3770 there was no output to the console even though Omnis was writing to the run\std*.txt files. The output only appeared after closing Omnis. I played around with the powershell script and added ${output}.Flush() to function flushStream to resolve.