Comment on TeamCity VMware vSphere plugin by Kiran
Hi, Nice Article. Cloud you explain the common issues we face regularly in VMware Vsphere administration? Regards, VMware Geek
View ArticleComment on Build, test and deploy .NET Core projects with TeamCity by Gary...
Has anybody tried building a dotnet core app on a linux server (ubuntu) ? I installed the Plugin, no issues, but seem to be able to get my build agent to recognise that it is a dotnet core build agent?...
View ArticleComment on Build, test and deploy .NET Core projects with TeamCity by Ehsan
What is involved in using these tools with the new .netcore CLI version (rc3 as of today)? We are having issues getting our .netcore package to put itself on our NuGet store.
View ArticleComment on Build, test and deploy .NET Core projects with TeamCity by Gary...
I have to agree with Michael. The animated gif is annoying. It flicks too quickly though the screens and it doesn’t serve any real purpose other than annoy your users
View ArticleComment on Build, test and deploy .NET Core projects with TeamCity by Dmitry...
Hello, could you please create an issue with some details about how do you publish your nuget package and what the error did you see in the build log in the <a...
View ArticleComment on Build, test and deploy .NET Core projects with TeamCity by Dmitry...
Hello Garry, what dotnet core cli version did you installed on your build agent? After installation you need to restart TeamCity build agent service and check that on the build agent configuration...
View ArticleComment on AWS CodeDeploy Runner plugin by Jacob Uribe Ais
Hello, we have a doubt related to this plugin. How does we can add or update the new regions to the AWS Region list? The us-east-2 (Ohio) isn’t available in our regions list. We tried to update the...
View ArticleComment on AWS CodeDeploy Runner plugin by vbedrosova
Hi, Jacob, thank you for the question. I’ve recently added the us-east-2 (Ohio) AWS region and just rerun the plugin build, so please download the latest build from...
View ArticleComment on TeamCity 10.0.3 has arrived by Cindy Day
If only i’d had access to all this information when i was younger.
View ArticleComment on Welcome EAP1 for TeamCity 2017.1 (aka 10.1) by David Ludwig
The link to the “Fixed Issues”, in the Release Notes, appears broken. It opens up the TeamCity bug-tracker, however it displays an error, “Oops! Something went wrong with your search request.”
View ArticleComment on Build, test and deploy .NET Core projects with TeamCity by Claudio...
This article inspired me to try to setup TeamCity for my dotnet core side projects. I faced some challenges since this article is mainly written from the eyes of a person who knows about TeamCity in...
View ArticleComment on TeamCity on Docker Hub – it’s official now! by Andy
Hi, Will you be releasing your images with support for windows containers as well? This would be really useful for us as were looking into docker at our company. Thanks
View ArticleComment on Welcome EAP1 for TeamCity 2017.1 (aka 10.1) by Julia Alexandrova
Thank you, David. I fixed the link.
View ArticleComment on Setting up TeamCity as Symbol and Source Server by Dmitry
This feature is only for .NET applications? What about native c++ application?
View ArticleComment on Build, test and deploy .NET Core projects with TeamCity by Arkady
The problem is with project.json file. In Visual Studio 2017 it changed to *.csproj file. Will you update plugin and article?
View ArticleComment on Build, test and deploy .NET Core projects with TeamCity by Dmitry...
Hi Arkady, the latest .net core plugin version already supports csproj builds. To build a new project generated by Visual Studio 2017 you need to use <a...
View ArticleComment on TeamCity on Docker Hub – it’s official now! by Ekaterina...
Hi Andy, We have an issue in our tracker on this matter https://youtrack.jetbrains.com/issue/TW-47392. You can watch it to see the progress. Regards, Kate
View ArticleComment on TeamCity Take on Build Pipelines by Jody Shumaker
Are there any plans to improve this? It’s lacking some major functionality present in Jenkins. 1. You can’t define the pipeline in code and handle changes to the pipeline through normal code-review +...
View ArticleComment on TeamCity Take on Build Pipelines by Pavel Sher
1. I’d recommend to have a look at this blog post: https://blog.jetbrains.com/teamcity/2017/02/kotlin-configuration-scripts-extending-the-teamcity-dsl/ If you want to define pipelines in the code, this...
View ArticleComment on Build, test and deploy .NET Core projects with TeamCity by Carsten
Use the following regex to avoid matching unwanted “version”s (^\{[^{]*\”version\”\s*:\s*\”)([^\”]+)(\”)
View Article