Automatically Build after save, for Visual Studio 2015?

前端 未结 3 1554
无人及你
无人及你 2020-12-19 12:45

When using Visual Studio, I\'d like it to build my projects continuously. That is, after every save, kick off a build. I tend to work on large (35+ project) solutions, so ha

3条回答
  •  自闭症患者
    2020-12-19 13:06

    I started developing a new open source extension that is called BuildOnSave and does exactly that: It builds the current solution or startup project when a file is saved.

    It's available on the Visual Studio Extension Gallery: https://visualstudiogallery.msdn.microsoft.com/2b31b977-ffc9-4066-83e8-c5596786acd0

    May be you can give it a try. I would very much appreciate feedback.

提交回复
热议问题