View Single Post
  #3  
Old 12-23-2019, 07:16 PM
mevans mevans is offline
Registered User
 
Join Date: 04-21-2015
Posts: 32
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
Reply With Quote