Wayne Bradney

- Total activity 90
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
-
Created Git: teamcity.vcsTrigger.runBuildInNewEmptyBranch Property, VCS Checkout Rules and Pull Requests Build Feature don't play well together?
We've been enjoying the ability to build pull requests using the Pull Requests Build Feature. Our configurations have VCS Checkout Rules configured, so only changes to the appropriate parts of our ... -
Created One build _server_ per environment?
I'm struggling to understand the rationale of a client who wants to do this. I've never come across this before and I'm wondering if this is in any way standard practice for CI/CD build pipelines. ... -
Created TeamCity 9.1.x Symbol Server and Nuget Packages
I have a build configuration that's building and publishing an internal Nuget Package just fine with a Nuget Pack build step (I can see the internal packages in Visual Studio when I point Nuget to ... -
Created NUnit Tests stop but suite appears successful
Recently our NUnit build configuration has occasionally stopped halfway through the tests, but the overall build outcome is successful (just with many fewer tests green than there should be). When ... -
Created Nuget dependencies not getting registered in the .nuspec file when built by TeamCity
I have a C# project that gets packaged as a nuget package using the <BuildPackage>true</BuildPackage> element in the csproj file.When I build it locally, the generated .nupkg file contains a .nuspe... -
Created MSBuild Item with Exclude parameter seems to cause problems
This is a weird one. I have a project file that has a target something like this: <Target Name="Deploy"> <ItemGroup> <Symbols Include="bin\Release\*.symbols.nupkg" /> <Nupkg Include="... -
Created Automatically tag the build currently in progress
So, I want to tag a build if it gets to a certain point in the msbuild file. The tag is important for other build configurations to find certain artifacts of those builds so tagged.I thought that t... -
Created Where do NUnit addins go?
I've just upgraded to TeamCity 7.1.Some of our unit tests require an NUnit addin. We would ordinarily place this addin assembly in NUnit's addins folder.I tried creating an addins folder under C:\T... -
Created BadImageFormatException running NUnit build step
I just upgraded to TeamCity 7.1 and I'm liking the new features so far.We currently run our tests under Gallio with an MSBuild target, but I noticed that the built-in dotCover support doesn't work ... -
Created Long test names/namespaces getting mangled in the Tests page
I have many parameterized tests nested in a fairly deep namespace hierarchy.Here's what one particular test looks like in the full log file:[17:37:22]: [Quantifi.AddinMgr.Test/Quantifi/AddinMgr/Tes...