如何从python调用msbuild(使用VsMSBuildCmd.bat或类似文件)?

时间:2019-04-01 21:03:23

标签: python msbuild

我有一个用python编写的构建脚本。我想将其从调用devenv.com转换为msbuild。

如何使用python中的VsMSBuildCmd.bat(将MSBuild.exe添加到路径中)来允许我使用子进程来调用msbuild.exe?

是否有更好的方法可以用python编写构建脚本? (我不想使用PowerShell。)

我发现最好的解决方案是use set to dump the environment and reconstruct it,但这听起来很可怕。

0 个答案:

没有答案