Wayne Bradney
- Total activity 90
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 29
-
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... -
Created Statistics page missing Build Duration and Code Coverage
I just noticed that while my builds have been running just fine, and I've been seeing code coverage numberson both the Overview and Code Coverage pages, on the Statistics page the charts for Code C... -
Created NUnitLauncher fails to fire (occasionally)
Occasionally (maybe one build in five), while our continuous build passes compile stage just fine, the unit test assemblies will fail the build. They aren't running at all, and the log says: [11:50... -
Created AccessViolation running NUnit tests
I'm running the NHibernate 2.1.2GA test suite in TeamCity (NHibernate.Test), and for six tests specifically, I get the same failure consistently (see below for the traces). When I run the tests in ... -
Created How do I set the VCS timeout period, or set a schedule for build activity?
We have a Perforce SCM server that is taken down daily for about four hours for "routine maintenance". Unfortunately, a build for us often starts about an hour before the repository is taken down, ...