What to include as artifact(s) when deploying web app?
Hi all,
I'm trying to make a .net web app kick off a build on teamcity every time there's a commit, and not sure what to include as the artifact. Since it's a web app, I don't think I should included the .sln file as the artifact. I can run msbuild to build the individual .csproj but what should I select as the artifacts?
Thanks!
Please sign in to leave a comment.
Hello,
What should be published as artifacts depends on the application that you develop. Here are some related blog posts, that can be useful:
https://confluence.jetbrains.com/display/TCD8/Continuous+Delivery+to+Windows+Azure+Web+Sites+(or+IIS)
http://www.troyhunt.com/2010/11/you-deploying-it-wrong-teamcity_26.html
http://www.danmusk.com/deploy-asp-net-projects-from-teamcity-with-web-deploy/