Comment on NuGet Package Restore with TeamCity by JetBrains .NET Tools Blog »...
[...] Studio, you can use the nuget restore from the command line, or as part of your CI build process. TeamCity provides a NuGet installer build step to make this [...]
View ArticleComment on TeamCity build status icon by Carl
What about a last built date that could be returned? Is that possible?
View ArticleComment on TeamCity 8.0.5 is Out by Scott
Beware updating to 8.0.5 if you use the TeamCity tray notifier. The 8.0.5 version won’t install in Windows 8.1. We had to revert back to TeamCity 8.0.4. The 8.0.4 version of the tray notifier does work...
View ArticleComment on TeamCity Performance Monitor by Ben F
The new PerfMon tab is not showing after the perfomance monitor feature is enabled. Is there any other steps required? Thanks!
View ArticleComment on Automatically Building Pull Requests from GitHub by Rob Tetlock
Thanks Pencho, running into this myself. Did you come up with a way to trigger the build only once per commit?
View ArticleComment on Continuous Integration and Delivery – Professional Courses with...
We want to use TeamCity for our CI effort. We are obviously going to require training for this effort. How often do you have training classes? Also do you know of any other companies that offer...
View ArticleComment on NuGet Package Restore with TeamCity by James
The word “downloaded” is misspelled as “downlaoded” on the Used Packages tab.
View ArticleComment on Continuous Integration and Delivery – Professional Courses with...
Can you get in touch through http://www.jetbrains.com/company/contacts/ ?
View ArticleComment on Automatically Building Pull Requests from GitHub by Mohammed A
This seems to be the case for Teamcity 7.1. Does this work on Teamcity 8.0 and with enterprise github?
View ArticleComment on TeamCity 8.1 EAP (build 29581) is here! by Mike
Does 8.1 have an official release date? Thanks, Mike
View ArticleComment on TeamCity 8.1 EAP (build 29581) is here! by Pavel Sher
We hope to release it in a month or so.
View ArticleComment on TeamCity 8.1 EAP (build 29687) is available by Vladimir Almaev
That’s great! P.S. You need to fix link for resolved issues on release notes page. Just remove -hubPlugin from YouTrack command.
View ArticleComment on First-class PHP Continuous Integration using TeamCity by Juan
Thanks a lot for these new PHP friendly features. Ive used TeamCity a lot when working with Java based projects, and im really happy to see that you are working to leverage PHP CI capabilities on it....
View ArticleComment on Automatically Building Pull Requests from GitHub by Dmitry Filatov
Hello! Thank you for detailed article! I made the setup for TeamCity 8.0.4, but unfortunately it doesn’t work =(. TeamCity successfully picks up individual branches, but not merged pull request...
View ArticleComment on Automatically Building Pull Requests from GitHub by Hadi Hariri
Hmm. That should work. Can you email teamcity-feedback@jetbrains.com? We can handle it via support.
View ArticleComment on First-class PHP Continuous Integration using TeamCity by Juan
Just a small fix: The URI where xmls of meta runners should be copied is wrong. The correct one is /config/projects//pluginData/metaRunners/
View ArticleComment on NuGet Package Restore with TeamCity by jgauffin
How do I get TeamCity to use the versions specified in the project packages.config? My build fails every time TeamCity downloads a newer version.
View ArticleComment on NuGet Package Restore with TeamCity by Maarten Balliauw
Can you check the NuGet Installer step configuration? There is an option there which allows you to enable/disable automatic updating.
View ArticleComment on NuGet Package Restore with TeamCity by jgauffin
Ok. I’ve disabled that now. So what happens if I update packages in my solution and then commits it? Will teamcity do an update then? i.e. to keep in sync with my packages.config?
View Article