MSBuildStructuredLog
MSBuildStructuredLog copied to clipboard
Figure out the update story for Chocolatey
trafficstars
- [x] Need to publish 1.1.192 for Chocolatey
- [x] people are reporting that the version installed from Chocolatey doesn't auto-update using GitHub Squirrel
- [ ] people are reporting that the Chocolatey version doesn't register the .binlog extension for some reason
For the registration of the .binlog extension, I ran this from an admin cmd prompt:
ftype binlog="%LocalAppData%\MSBuildStructuredLogViewer\Update.exe" "--processStart" "StructuredLogViewer.exe" "-a" "%1"
assoc .binlog=binlog