Skip to content

Instantly share code, notes, and snippets.

@benvillalobos
Created July 21, 2020 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benvillalobos/85aa750daa7017791a3e3fdd6746934d to your computer and use it in GitHub Desktop.
Save benvillalobos/85aa750daa7017791a3e3fdd6746934d to your computer and use it in GitHub Desktop.
Debugging Node Communication in MSBuild

Debugging Node Communication in MSBuild

To capture logs of how MSBuild nodes talk to each other:

  1. Set MSBUILDDEBUGCOMM=1
  2. Set MSBUILDDEBUGPATH=<some_folder_path>
  3. Run your scenario
  4. The node communication traces should exist in the folder you specified.
@benvillalobos
Copy link
Author

Feedback on this gist: dotnet/msbuild#7576

@Forgind
Copy link

Forgind commented Aug 25, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment