msdeploy
TFS2010 web deploy with multiple projects
I have an MVC3 solution (.sln) that I want to build with TFS and that solution has multiple projects. For the deployment of the website (the aim of this exercise) I do not need all the other projects.[详细]
2023-03-16 03:11 分类:问答how do I use web deploy to deploy multiple sites on localhost with different ports
I have a solution that contains multiple integration test projects and one web application project. each integration project connects to the web application when running the tests. I would like for ea[详细]
2023-03-15 23:03 分类:问答MSBuild Paramaters.xml xpath appsettings file attribute
Im using msbuild to create a web deploy package using the parameters.xml file to replace web.config settings.[详细]
2023-03-15 20:36 分类:问答msdeploy ignore like .hgignore
is there any way that we c开发者_StackOverflowan tell visual Studio 2010 MSDeploy to ignore some of the files and folders withing the project? currently, the way I do is to exclude things from the pro[详细]
2023-03-15 09:13 分类:问答How to prevent MSDeploy task from rebuilding assemblies?
I am running an TeamCity Build Server that builds and deploys a asp.net 4.0 application.I need to obfuscate the assemblies of prior to deployment.I have two build configurations.One is SVN triggered t[详细]
2023-03-14 14:17 分类:问答MSDeploy all configuration [.config files] in one package
We have 4 different environments at the moment (Lab, Test, Stage, LIVE) and we have implemented automatic deployment using Nant/CC.Net. I am investigating and doing some research as to what can be don[详细]
2023-03-12 19:52 分类:问答MSDEPLOY: How can I access the command generated by Visual Studio
How can I access the MSDEPLOY command line generated by Visual Studio 2010. I am asking because when I manually run MSDEPLOY I can easly deploy on a remote server and when I run it throught Visual St[详细]
2023-03-11 23:39 分类:问答Parsing argument to MSDeploy from MSBuild
I have just started playing with TeamCity and its great. Now I got it to deploy to my staging server after a commit so I always know I have the latest version running there. ( The idea was borrowed fr[详细]
2023-03-11 05:06 分类:问答what tool to use to automate building & publishing content in VS2010?
I\'m using vs 开发者_StackOverflow中文版2010 and have a web application project. I currently use the right-click \"publish\" option on my project using the \"web deploy\" option to publish the entire[详细]
2023-03-10 21:22 分类:问答Problem using web deploy with IIS 6
I\'ve been working for a long time trying to use web deploy option in Visual Studio 2010 to publish to IIS 6 server having windows server 2003 installed. I\'ve installed the web deployment agent on th[详细]
2023-03-09 18:01 分类:问答