How to both package with msbuild and run tests on TFS 2010 using Continuous Integration
问题 I am using TFS2010 and MSBuild to integrate a windows azure cloud solution to the CI. To create the required 2 files for deployment I added in the "MSBuild Arguments" the /t:Publish Here is the configuration I use in TFS to build the packages: Problem is : if I remove all arguments the tests are built correctly but no azure package is built as seen on the build results: Tho if I put the parameters the package is there but the test are not run : Is there a way to have both ? 回答1: I had