Empty Output Files During Scheduled Runs

Product: PowerShell Universal
Version: 2.2.0

I have several scripts that I have setup in PSU that output a 0-byte file when run under the scheduler. If I invoke the script manually, it runs fine and outputs data to the CSV like I expect. I do not see any errors in the output of PSU, is there another way I can add some debugging to this to see the cause?

This was an issue with previous 2.1.x versions as well, but cannot remember if it was 2.0.x builds as well.

You can attach a PowerShell debugger to the job to step through the script: https://docs.powershelluniversal.com/debugging/debugging-scripts#debugging-scripts-from-a-powershell-console