I\'m trying to configure a set of build configurations in TeamCity 6 and am trying to model a specific requirement in the cleanest possible manner way enabled by TeamCity.
I\'m looking for a best practice for the following situation: I have one bll/dal project, and tree UI projects that uses the bll/dal project.
I have two build steps in my build configuration: Visual Studio (sln) build runner, followed by an FxCop build ru开发者_运维知识库nner. I\'m using TeamCity 6.0.1 and FxCop 10.0.
I\'ve got an asp.net mvc deployment package that I\'m trying to build with team city. The package builds without any problems, but the bin folder contains file that are not needed (and cause the site
I am trying to run a MSpec test following the build of my solution. So, I\'ve got my MSBuild script set up as follows:
I am trying to set up a Teamcity build configuration that runs from our build.xml ant script. The ant script contains various targets:
We pinned builds that get deployd to production. Is there an easy, automated way to upload the artifacts of p开发者_如何学编程inned builds to a svn repository?Note : Versionning artifacts doesn\'t see
I\'m having trouble importing settings from a .reg file using TeamCity. The app in question has a lot of registry settings which change fairly regulary so it is vital to have it as a build step.
I\'ve got TeamCity installed and working, and I need to have a build step run on a particular build agent (everything\'s running on Windows, but we have a Mac portion I need to build as well).
I\'ve read all the TeamCity, SVN and labeling questions in S.O. but none seams to apply to my specific problem.