Comment on The Power of Meta-Runner – Custom runners with ease by...
[…] other day I created a TeamCity Meta Runner that allows you to run GitHubFlowVersion against an MSBuild file. I thought I’d share it […]
View ArticleComment on NuGet Package Restore with TeamCity by MyGet Blog | Migrate away...
[…] TeamCity (how-to) […]
View ArticleComment on TeamCity 8.1.1 bugfix release is here by Scott
We reported a major (for us critical) issue back in September of 2013. Other users have experienced the same issue and have commented on our issue and linked to it from Stack Overflow. TeamCity...
View ArticleComment on Continuous Delivery to IIS or Windows Azure Web Sites by Robert...
In the tutorial it mentions about pinning builds using the api. At what part would you a pin a build , each step or the last part of the chain
View ArticleComment on Continuous Delivery to IIS or Windows Azure Web Sites by Maarten...
Hi Robert, As pinning is meant to be used to prevent a build from being removed during cleanup, it really depends on your workflow. In the example outlined in the tutorial, I would probably pin the CI...
View ArticleComment on TeamCity 8.1.2 is Out by Scott
Despite your claims and release notes, build 8.1.2 does NOT resolve TW-33982 or TW-32346. I have no idea why you thought it did when it is obvious that absolutely no effort has been made to identify...
View ArticleComment on Webinar Recording: Getting Started with TeamCity by Scott
Can TeamCity retrieve the version from a project’s AssemblyInfo.cs? If so, is there documentation on that process? I know with Maven projects the plugin can pull a version from a POM file and then you...
View ArticleComment on Webinar Recording: Getting Started with TeamCity by Yegor Yarko
Scott, We often find the opposite pattern in use: patch AssemblyInfo.cs with the TeamCity-generated build number and there is a <a...
View ArticleComment on Continuous Integration for PHP using TeamCity by Ronald
what other naming conventions are there besides coverage.zip? I generated my documentations for my ruby projects with YARD, but I don’t know of any other naming conventions that would add the tab to my...
View ArticleComment on Continuous Delivery to IIS or Windows Azure Web Sites by Robert...
That you that clears things up. I guess the only issue would be disk space. Rob
View ArticleComment on Continuous Integration for PHP using TeamCity by Maarten Balliauw
coverage.zip is a convention, but it’s fairly easy to add other reports as a tab as well – check http://confluence.jetbrains.com/display/TCD8/Including+Third-Party+Reports+in+the+Build+Results
View ArticleComment on Automatically Building Pull Requests from GitHub by Andrey
Hello! Have you solved the issue? I have the same now
View ArticleComment on TeamCity 8.1.2 is Out by Allen George
I’d like the TeamCity team to focus on usability improvements and “new user” friendliness for TeamCity 9.x. We’ve been using TC 7.x and 8.x for almost 2 years now and I (as well as our new engineers)...
View ArticleComment on SBT runner for TeamCity by Justin
I’m currently evaluating TeamCity with sbt, but I can’t quite get this sbt runner to work. The auto mode runs, but won’t detect my settings in ~/.sbt, which I require for resolver config and publish...
View ArticleComment on SBT runner for TeamCity by Ekaterina Shliakhovetskaja
Hi Justin, Thank you for giving TeamCity a chance In ‘Auto’ mode the SBT runner downloads latest SBT version and runs it in isolation, so no your local configs are used. In ‘custom’ mode you should...
View ArticleComment on Live Webinar: .NET Code Coverage for Continuous Integration using...
The recording of our webinar, .NET Code Coverage for Continuous Integration using TeamCity and dotCover, is now available. See <a...
View ArticleComment on A Step by Step Guide: Create a custom TeamCity MetaRunner to...
We do this currently with a custom ant script. Nice to make it a plugin!
View ArticleComment on TeamCity Build Dependencies by D Soa
In your article you say: “after a certain chain step is triggered, the default behavior is to add all preceding chain steps as well, keeping their respective order, in addition to the one that was...
View ArticleComment on Webinar Recording: Getting Started with TeamCity by TeamCity:...
[…] prior webinar mentioned in the recording is Getting Started with TeamCity. Wes’s slides are available on […]
View ArticleComment on Webinar Recording: Getting Started with TeamCity by TeamCity:...
[…] prior webinar mentioned in the recording is Getting Started with TeamCity. Wes’s slides are available on […]
View Article