Comment on Dashboarding with TeamCity by Bjorn van der Neut
Hello, I am trying to install the widget but I am stuck Installed: https://github.com/JetBrains/TeamCity.WidgetsPlugin https://github.com/JetBrains/TeamCity.Widgets But now I don’t know how to proceed....
View ArticleComment on Kotlin Configuration Scripts: Extending the TeamCity DSL by...
Who would have thought of this? Nice article.
View ArticleComment on Welcome EAP1 for TeamCity 2017.1 (aka 10.1) by Fabrizio
It would be great if you could also release docker images for EAP versions. We are running our production server on docker and this would allow us to easily create a new instance for testing new EAPs.
View ArticleComment on Build, test and deploy .NET Core projects with TeamCity by Wes
What would the regex be for the new .csproj format? Now it’s in an xml element like 1.0.3
View ArticleComment on Welcome EAP1 for TeamCity 2017.1 (aka 10.1) by Vladislav Rassokhin
Hi Fabrizio, Interesting idea, I’ve [created related issue](https://youtrack.jetbrains.com/issue/TW-48979).
View ArticleComment on TeamCity 10.0.5 is here by Sam
When will you guys be adding support for the lasted MSBuild tools so that we can use C# 7.0?
View ArticleComment on TeamCity 10.0.5 is here by Dmitry Tretyakov
Hi Sam, TeamCity 10.0.5 <a href="https://youtrack.jetbrains.com/issue/TW-47443" rel="nofollow">could detect</a> MSBuild Tools 15 as well as Visual Studio 2017 installed on the build agent....
View ArticleComment on Build, test and deploy .NET Core projects with TeamCity by Leszek
Can you add support for Net core projects targeting Net framework 4.x ? More info: http://www.hanselman.com/blog/HowToReferenceAnExistingNETFrameworkProjectInAnASPNETCore10WebApp.aspx
View ArticleComment on Automating Deployments with TeamCity and Octopus Deploy by Atul...
So here is a wiered question to you all.. I am creating the final package using batch scripts [Which I hate it]. Now I have the package ready with me. I need a tool which will pick up the changes from...
View ArticleComment on Kotlin Configuration Scripts: An Introduction by Nick Jacobs
I think it might be worth mentioning that if you’re adding the Kotlin DSL to a JVM-based project that does not use Maven already, e.g. Scala, you’ll need to add the TeamCity-generated project to your...
View ArticleComment on Build, test and deploy .NET Core projects with TeamCity by Dmitry...
Hi, patterns in File Content Replacer for <a href="https://youtrack.jetbrains.com/issue/TW-49013" rel="nofollow">.NET Core csproj</a> will be available in the TeamCity 2017.1, but you can...
View ArticleComment on Kotlin Configuration Scripts: Testing Configuration Scripts by Michal
Thank you for this series of posts. It forced us to start using Kotlin DSL for TeamCity builds. However, when such tests are added to the repo it’s failing for me on TeamCity: [02:38:46]: Failed to...
View ArticleComment on Here Comes EAP 2 for TeamCity 2017.1 by Michael
– Ability to exclude changes from default branch or hide default branch Great improvement! Looking forward to testing this in production. Bset regards, Michael
View ArticleComment on Kotlin Configuration Scripts: Testing Configuration Scripts by...
Great to hear! Regarding the issue, can you please move the tests outside of the .teamcity folder? They can still belong to the same project, but place them outside, since currently TC does not grab...
View ArticleComment on Here Comes EAP 2 for TeamCity 2017.1 by Mike Kobit
Would be nice to see preview EAP images also pushed to https://hub.docker.com/r/jetbrains/teamcity-server/tags/ for testing/easy evaluation!
View ArticleComment on Here Comes EAP 2 for TeamCity 2017.1 by Vladislav Rassokhin
Hi Mike, Now we have ‘eap’ tag for EAP builds. Please take a look.
View ArticleComment on Here Comes EAP 2 for TeamCity 2017.1 by Mike Kobit
Awesome! Thanks for doing this – this is an easy for us to try it out with our current setup!.
View ArticleComment on Setting up TeamCity as Symbol and Source Server by Bartosz
If I want to zip the pdbs it would work only when the pdbs are in the root of the zip archive. If they are in a subfolder of the zip archive the debugging is not working. Can you please advice if it’s...
View ArticleComment on Build, test and deploy .NET Core projects with TeamCity by Arve...
We use the following, which works fine. Find what: (?:)([0-9.]*)(?:) Replace with: %build.number% And then just make sure your build.number is what you want.
View Article