I want to auto publish the sites using teamcity. I am using teamcity\'s Visual studio to publish a website. It creates a pre-compiled web directory as following
I am working on a distributed solution (written in .NET) that includes WCF services, Windows managed services and has dependencies to other native and managed solutions. The primary goal of the projec
I am new to TeamCity an开发者_如何学God I have just installed it and set it up with subversion.
I would like to use some build parameters from Project 1 in Project 2.I know that I can make Project 1 a dependency of Project 2 and then access its build parameters as described in Dependencies Prope
Right now I\'m a happy user of TeamCity + Maven + Git. I have a one build like mvn deploy which should triggered by every commit into Git. All tests are run and everything is fine. =)
I have installed AutoIt on my machine. Its working ok on one machine but same configuration and code is not working on other. Any idea what I am missing?
I am using Teamcity to build by Maven based Java Project. I have recently added a third party artifact into my Nexus Repository Man开发者_运维百科ager. Now when I am building the project, I am getti
I am trying to build a web deployment project 2010 project for a solution. I have installed the Windows SDK and Web Deployment Project 2010 RTW on the build server, as well as copied over the missing
My build scenario is like this (simplified): Compile Package (*.zip) Deploy to test environment Run tests over the environment
Has anyone managed to use vs2010 db build & deployment with teamcity without VS 2010 installed on build server?