MSBuild deploy does not start with TeamCity 10 (but start with TeamCity 8)
Answered
I have absolutely the same configuration of project and build step at TeamCity 8 and TeamCity 10 (which hosts on different servers).

Both of them successfully build my project, but after that TeamCity 8 unlike TeamCity 10 start publishing (there is not log information about publishing):

Have you got any ideas, why is that could happen?
Please sign in to leave a comment.
Ohhh... looks like it was problem with missing MSBuild targets:
Web folder contain publish targets, that executed with MSBuild in deploy scenario.
Hello,
Thank you for the update. If you face with alike issues in the future, you can use the following guidelines to investigate them.