构建批处理文件,.NET解决方案批处理文件、解决方案、NET

2023-09-04 00:06:04 作者:心葬深海颠沛流离怎能不伤

我有15个项目的解决方案文件,包括使用一些第三方的dll引用。我希望能够构建起一个批处理文件的解决方案。什么是做到这一点的最好方法是什么?

I have a solution file comprising of 15 projects using a few third party dll references. I want to be able to build the solution from a batch file. What is the best way to do this?

感谢

推荐答案

运行的MSBuild - 例如:

Run msbuild - for example:

msbuild MySolution.sln /p:Configuration=Release /p:Platform="Any CPU"
 
精彩推荐
图片推荐