KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.45k stars 196 forks source link

Change truncation strategy for environment variables #619

Closed Forgind closed 2 years ago

Forgind commented 2 years ago

This shifts to using MSBUILDLOGALLENVIRONMENTVARIABLES to determine if we logged the full environment or not and gives a useful message if we truncated it.