Skip to content

1.1.4

Compare
Choose a tag to compare
@daveaglick daveaglick released this 15 Feb 15:45
· 5 commits to main since this release
  • Fix to avoid calling PipeStream.WaitForPipeDrain() on non-Windows platforms where it's not supported (#3, #7, thanks @xoofx).
  • Updated target of MsBuildPipeLogger.Logger and MsBuildPipeLogger.Server to .NET Standard 2.0 (#5, thanks @xoofx).
  • Fix for lack of async availability on Windows with anonymous pipes (#4, thanks @xoofx).
  • Fix to detect BuildFinishedEventArgs and stop reading from the pipe when found (#2, #6, thanks @ltcmelo and @xoofx).