visual studio 2010 - teamcity is not executing msbuild command -


i have configuration in teamcity package , deploys. using following package , deploy on remote server

/m /p:configuration=%env.configuration% /p:deployonbuild=true /p:deploytarget=msdeploypublish /p:msdeployserviceurl=%env.targetserver%/msdeployagentservice /p:msdeploypublishmethod=remoteagent /p:createpackageonpublish=true /p:username=%env.username% /p:password=%env.password% 

it not doing thing building project. idea missing here. process makes package missing build. validating web deploy package/publish. plz help

have @ you're deploying wrong! teamcity, subversion & web deploy series. suspicion either web deploy not configured correctly on server (i.e. service not started) or credentials incorrect. try going through steps in series above , getting basics work work leaving teamcity until end. deploying visual studio command line , work there.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -