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 ?
http://stackoverflow.com/questions/10904188/how-to-both-publish-with-msbuild-and-run-tests-using-tfs-2010
















































