You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the VSBuild task uploaded a diagnostic log when System.Debug is 'true', much like the VSTest@2 task does (see its vstest.ts source). This can be done with an additional task currently, but then the log filename doesn't line up (i.e. doesn't have the same ordinal prefix) and is something build administrators / developers have to do before a problem arises, vs. just kicking a new build with System.Debug = true.