we use TFS as source control system. When we check in, we provide a comment and relate to a work item.
I´ve created a Ar开发者_JAVA技巧tifact path in TeamCity like this: src\\MyBuild\\bin\\Release\\* => MyBuild.zip
I found this thread about my problem. Integrate TeamCity Reports to Confluence I followed exactly the instructions, but I always get the same error.
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
Does anyone have any recommended best practice for setting up TeamCity with Mercurial? We\'d previously been using SVN as our source control provider which worked beautifully, but I\'m struggling to g
I\'m currently in the middle of upgrading out ASP.NET Application to .NET 4 Framework. The code compiles and our unit tests seem to run under the new .NET Framework without much problems. Our WaTiN te
I\'m currently trying to create a Nant task for our TeamCity setup so that our UnitTests are ran through Gallio and covered by PartCover. The task looks like this:
I am attempting to setup automated tests for our applications using a virtual machine environment. What I would like to have is something like the following scenario:
We are developing some testing infrastructure and I have hit a coders block (lack of sleep?)...this seems like it would be a solved problem but I haven\'t found what I\'m looking for via google.
In TeamCity, i need to sta开发者_StackOverflow中文版te exact locations of assemblies that contain NUnit tests to be executed.