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

Squirrel Bug #31

Open MaherJendoubi opened 8 years ago

MaherJendoubi commented 8 years ago

Hi Kirill,

I have the following issue: image image

Best, Maher

KirillOsenkov commented 8 years ago

Yes, it's the same bug you ran into earlier: https://github.com/KirillOsenkov/MSBuildStructuredLog/issues/5

The root cause is this Squirrel bug: https://github.com/Squirrel/Squirrel.Windows/issues/587