Gurdip Sira
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created Exists=>(DotNetFramework(4\.[5-9]{1}.*|[5-9]{1}.*|\d{2,}.*)_x86|Mono(3\.[2-9]{1}.*|3\.\d{2,}.*|[4-9]{1}.*|[\d]{2,}.*)) exists
Hi, I am using Teamcity 2022, and was running .NET Core 5 builds. No problems, and .NET Framework 4 installed. However, I have setup a build for a .NET Core 6 project but get the error in the tit... -
Created Plugin installation rollback
Hi Just a quick question. I am looking to install a plugin on an old version of TeamCity (which is not tested with that version). I tested in a lab, which works fine, but is there any rollback plan... -
Created Step executes on success despite execution policy
AnsweredHi All, I have a build pipeline in Teramcity, which includes a step to send an alert to MS teams, based off a meta-runner. However, I set this step to "execute even if some of the previous steps fa... -
Created Share build with multiple pipelines
AnsweredHi, Is it possible to have one build configuration (or pipeline) used by more than one repo? For example, I have a build to build terraform configs and don't want to reproduce the same pipeline... -
Created Referencing a unit test dll from a project
CompletedHi Guys, I'm new to Teamcity. I want to add unit testing to a pipeline. However, my unit tests dll is built from another project in Visual Studio. What would be the syntax needed to reference this ...