description
We recently decided to switch to Python Tools and like how well it integrates into our solutions with other projects. But we need to integrated the python tools projects with our build system (Team City). However, there seems to be no way to publish a Python Tools project from the MSBuild command line. (And it would be nice if a syntax error in a python source file caused our builds to break, but that's a different issue...)
Is there any way to publish from MSBuild? Or are we going to have to come up with some other way of publishing, duplicating the settings of which files to publish, and so forth?