We try to make publish .net project from tfs. VS2012 and TFS2012 are installed on the same computer for testing so far. We use TFS Express for testing.
Issue is the empty publishing folder, although building of the project is successfully without errors. If I launch MSBuild manually from cmd with parameters /t:Publish /p:Configuration=Release /p:PublishDir=\\server\Reports\Publish\, then all ok. But if I use tfs-building with DefaultTemplate.xaml with same parameters in Advanced setting, then building is successful, but publishing folder is empty.
How to I can resolve this problem? Thanks