Solution-wide pre-build event?

后端 未结 7 1383
北恋
北恋 2020-11-30 01:37

I have a solution in Visual Studio which contains several projects. I\'d like to run a command at the very beginning of every build - no matter which projects are involved a

7条回答
  •  一整个雨季
    2020-11-30 02:18

    You can take a look on this article: MSBuild: Extending the solution build.

    Seems to be exactly what you need.

提交回复
热议问题