Custom MSBuild Task: how to flush logging in VS2012 output window while task is still running?

后端 未结 2 371
鱼传尺愫
鱼传尺愫 2021-01-12 21:57

I have a custom MSBuild task that takes some time to complete. It outputs progress using either Log.LogMessage() or BuildEngine.LogMessageEvent() (

2条回答
  •  逝去的感伤
    2021-01-12 22:13

    Known bug in VS2012.

    We ended up making a VSPackage extension for VS2012/2013 (to directly output in pane log).

    It is fixed in VS2015.

提交回复
热议问题