When I build my wcf library project with Team City, I get the following warning: \"C:\\TeamCity\\buildAgent\\temp\\buildTmp\\.NETFramework,Version=v4.0.AssemblyAttributes.cs\"
We have a ssh based svn access. We were using the team city VS addin for remote runs without checking in post run as this failed due to the addin not supporting ssh pre version 6.5.
I\'m currently working on a script (using NAnt and C#) running on a TeamCity server, which is to create and deploy an MSI file on a remote computer. The remote computer is set up with a shared folder
I\'ve added an external application to the building process of a MSBuild project (through an Exec task), and it is making TeamCity believe the compilation failed because it prints \"Error ...\" at the
I\'m using TeamCity as our CI tool for an Umbraco codebase. As Umbraco uses non-compiled, CodeFile=\"MyFile.cs\" instead of compiled Codebehind files, running compilation tools on the site does not pi
I currently have a project which includes a ton of externals which needs to be rebuilt as the ext开发者_如何学Goernals are updated, to keep the artifacts fresh.I cannot figure out a way to trigger a s
I have a set of Python tests that run on TeamCity. I am able to get the test to run, however开发者_运维问答 I cannot get TeamCity to produce a test report. How can I get TeamCity to produce a report o
I have just started playing with TeamCity and its great. Now I got it to deploy to my staging server after a commit so I always know I have the latest version running there. ( The idea was borrowed fr
I am on Windows and trying to run multiple (currently two) instances of TeamCity on the same server. I chose not to install the Windows services and instead run the server via runAll.bat start command
I\'ve started using TeamCity personal builds, via the new Git remote run feature in TeamCity 6.5. Doing a single bu开发者_Python百科ild works fine; I have a project that compiles from source, and I ga