by Steven
19. December 2011 17:29
http://stackoverflow.com/questions/2607428/msbuild-target-package-not-found
http://www.geekytidbits.com/2011/09/web-deploy-ms-deploy-from-teamcity/
http://learn.iis.net/page.aspx/516/configure-the-web-deployment-handler/
http://www.troyhunt.com/2010/11/you-deploying-it-wrong-teamcity_24.html
http://www.troyhunt.com/2010/11/you-deploying-it-wrong-teamcity_25.html
http://www.troyhunt.com/2010/11/you-deploying-it-wrong-teamcity_26.html
http://thecodedecanter.wordpress.com/2010/03/25/one-click-website-deployment-using-teamcity-nant-git-and-powershell/
http://stackoverflow.com/questions/5071495/specifying-project-name-in-msdeploy
http://stackoverflow.com/questions/2636153/how-can-i-get-tfs2010-to-run-msdeploy-for-me-through-msbuild
http://blogs.msdn.com/b/amol/archive/2011/02/09/errors-seen-while-using-msbuild-to-deploy-on-a-remote-iis-server-and-their-solutions.aspx
http://msdn.microsoft.com/en-us/library/dd465337.aspx
http://learn.iis.net/page.aspx/1023/web-deploy-error-codes/
http://stackoverflow.com/questions/3097489/how-to-publish-web-with-msbuild
http://www.microsoft.com/download/en/details.aspx?id=25230
msbuild /P:Configuration=Deployment /P:DeployOnBuild=True /P:DeployTarget=MSDeployPublish /P:MsDeployServiceUrl=<SERVER> /P:DeployIISPath=<IISAPP> /P:AllowUntrustedCertificate=True /P:MSDeployPublishMethod=WMSvc /P:CreatePackageOnPublish=True /P:UserName=<> /P:Password=<> /v:diag > log.txt