Publish Web Project
Hi Experts,
I have started using CI and Build with Teamcity 5.1. I want to automate my publish process, basically like ClickOnce / single click option.
I want ti include all my dependecies/3rd party dlls into build process.
Could you please let me know what is the best way forward?
I am using .NET 4.0 with SQL 2008. My web project (for which I want to publish) is developed in MVC 2.0
Regards,
Rahul.
Please sign in to leave a comment.
Hello,
For now this is not possible. We have a feature request for external artifacts publishing, if you wish you can vote for it here: http://youtrack.jetbrains.net/issue/TW-1558
Current workaround is to create a separate build configuration that has artifact dependency configured from the needed configuration (or several) and run it manually or via dependency trigger.
Kind regards,
Marina