Integrating MSBuild into Visual Studio

后端 未结 10 1629
陌清茗
陌清茗 2021-02-02 11:03

I\'m a solo developer running Visual Studio 2008 and looking into MSBuild to improve my build process.

Almost all of the tutorials I\'ve found so far have plenty of info

10条回答
  •  情话喂你
    2021-02-02 11:43

    I'd suggest you call msbuild as a post build step. Then you can put your build script somewhere in your solution and call it.

    \Microsoft.NET\Framework\v3.5\MSBuild.exe c:\temp\MyProject\mybuildfile.proj
    

提交回复
热议问题