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
I was debugging using the magic MSBUILDDEBUGENGINE for dotnet/roslyn#62314 when I noticed that task inputs weren't in the resultant binlog.
The binary logger sets some internal environment variables to make sure it logs everything, but only when attached through "the usual ways", and they don't all get triggered via MSBUILDDEBUGENGINE but they should.
The only one I know of for sure is MSBUILDLOGTASKINPUTS but we should check for others.
The text was updated successfully, but these errors were encountered:
I was debugging using the magic
MSBUILDDEBUGENGINE
for dotnet/roslyn#62314 when I noticed that task inputs weren't in the resultant binlog.The binary logger sets some internal environment variables to make sure it logs everything, but only when attached through "the usual ways", and they don't all get triggered via
MSBUILDDEBUGENGINE
but they should.The only one I know of for sure is
MSBUILDLOGTASKINPUTS
but we should check for others.The text was updated successfully, but these errors were encountered: