MSBuild binary logs can capture detailed property tracking information by setting the MSBuildLogPropertyTracking environment variable. This feature tracks property reassignments, initial values, environment variable reads, and uninitialized property reads. The tracking values are bit flags (1, 2, 4, 8) that can be combined,

3m read timeFrom meziantou.net
Post cover image
Table of contents
# Enabling property tracking# Viewing the tracked properties# Additional resources

Sort: