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
Post a Comment