Sorry for the bother. I have these two lines in my script:
Code:
#$VerbosePreference = "continue"
#$VerbosePreference = "SilentlyContinue"
I had been debugging some things and switched it to SilentlyContinue for a bit and didn't catch that switch on a commit
I had intended to commit the script with "continue" enabled so that I'd see the output in Visual Build. Once I set it to "continue", the VERBOSE output showed up just fine in the Visual Build output window and in the log file. All is well