Hi,
I have my updates building sucessfully in azure devops at the moment by using the command line.
e.g.
D:\a\1\s\AutoUpdate\TrueUpdate 3.0\TrueUpdate.exe /BUILD D:\a\1\s\AutoUpdate\Studio.tu2 /LOG
:\a\1\s\AutoUpdate\bin\StudioAutoUpdateBuildLog.tx t /CONST
:\a\1\s\AutoUpdate\buildConstants.ini /STDOUT
But there is no logging appearing, I tried the /STDOUT switch but it is still silent. So i have a wrapper powershell that tests to see if the update binaries are present and if not throw and exception.
At that point I have to download the artifacts to get the log text file to see what the error was.
Has anyone else done this or are you managing to get logging into your build process in some other way?
thanks
Dave
I have my updates building sucessfully in azure devops at the moment by using the command line.
e.g.
D:\a\1\s\AutoUpdate\TrueUpdate 3.0\TrueUpdate.exe /BUILD D:\a\1\s\AutoUpdate\Studio.tu2 /LOG


But there is no logging appearing, I tried the /STDOUT switch but it is still silent. So i have a wrapper powershell that tests to see if the update binaries are present and if not throw and exception.
At that point I have to download the artifacts to get the log text file to see what the error was.
Has anyone else done this or are you managing to get logging into your build process in some other way?
thanks
Dave
Comment