MSBuildStructuredLog icon indicating copy to clipboard operation
MSBuildStructuredLog copied to clipboard

Figure out the update story for Chocolatey

Open KirillOsenkov opened this issue 6 years ago • 1 comments

  • [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

KirillOsenkov avatar Nov 28 '17 21:11 KirillOsenkov

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

craigb avatar Nov 13 '19 23:11 craigb