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
Builds are OK, but other msbuild targets the Open Binary Log menu item is not enabled.
It seems the binlogs are being generated in the temporary directory but they are using a temporary filename not the name given to the TargetEvaluationContext.
The text was updated successfully, but these errors were encountered:
The "Open Binary Log File" is greyed out for me even though I'm doing Build on a Microsoft.NET.Sdk project. (I can see 'Build' listed as the target in the 'Build Logging' pane.)
Where's this temporary directory so I can see if it's generating any binlogs at all?
Visual Studio for Mac 17.5.7 (build 6)
Project System Tools v0.13-vsm17.5
Binlogs are generated in the temp directory from System.IO.Path.GetTempDir(). On my machine this is also available from the terminal from the TMPDIR environment variable:
Builds are OK, but other msbuild targets the Open Binary Log menu item is not enabled.
It seems the binlogs are being generated in the temporary directory but they are using a temporary filename not the name given to the TargetEvaluationContext.
The text was updated successfully, but these errors were encountered: