-
Recent Posts
Recent Comments
- Mark Webb on Git For Windows Developers – Git Series – Part 1
- Cherif on Git For Windows Developers – Git Series – Part 1
- Jason Meridth on Git For Windows Developers – Git Series – Part 1
- sb22 on Git For Windows Developers – Git Series – Part 1
- Jason Meridth on A very good introduction to TDD, NHibernate, DDD, NUnit
Archives
- June 2011
- September 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
Categories
- .NET
- Agile
- agile project management
- altnetconf
- apache
- apple
- ASP.NET
- ASP.NET MVC
- Automated Build
- Ayende
- bash
- blogging
- Blogs
- Books
- C#
- castle
- charity
- community
- Community Server
- continous integration
- Continuous Integration
- CruiseControl.NET
- Design Patterns
- DotNetNuke
- Events
- firefox
- friends
- funny
- gems
- git
- gitosis
- gitweb
- Good Finds
- Google Reader
- Hardware
- hosting issues
- howto
- htpasswd
- hudson
- Instant Messaging
- integrityapp
- JetBrains
- Kernel
- keyboard shortcuts
- Linux
- LosTechies
- members
- microsoft
- migrations
- Misc
- Mocking
- monorail
- movies
- MSBuild
- msdn
- MVC
- NAnt
- nginx
- NHibernate
- oauth
- Open Source
- Pair Programming
- Personal
- pragprog
- presentation
- principles
- Programming
- python
- rails
- rake
- ReSharper
- rspec
- ruby
- san antonio
- Scrum
- selenium
- selenium remote control
- shoulda
- slicehost
- SOLID
- ssh
- Stand-Up
- Subversion
- TDD
- TeamCity
- test::unit
- testing
- textmate
- Tools
- Ubuntu
- Uncategorized
- Virtual Machine
- Visual Studio
- vmware
- windows
- Windsor
- xkcd
- XP
Meta
Category Archives: TeamCity
Run QUnit tests under Continuous Integration with NQUnit
Almost three years ago, I wrote about Running jQuery QUnit tests under Continuous Integration. As you can imagine, a lot has changed in three years. You would now have a lot of trouble following my post if you use the … Continue reading
Also posted in Linux, Ubuntu
16 Comments
Adding git commit information to your assemblies
The problem It is a fairly common practice of .NET projects hosted in Subversion to include the repository Revision number as part of the AssemblyVersion. For example, MyWidgets.dll might have a version of 1.2.0.5309, which means it was built from … Continue reading
Also posted in Tools
Comments Off
Big Visible TeamCity
Big Visible Cruise is a cool utility for adding a build information radiator to your team room. It makes your Cruise Control build status immediately clear with a large green (good) or red (bad) screen. My (admittedly limited) search for … Continue reading
Also posted in Programming
Comments Off
Integrating a custom test runner with TeamCity
JetBrains’ TeamCity build server provides a wealth of information about the tests that are run as part of your build. If you use one of the test runners that they support out of the box, you automatically get real-time individual … Continue reading
Also posted in Uncategorized
Comments Off
Solution for monitoring multiple TeamCity servers
Proving yet again that the squeaky wheel gets the grease (this issue rose up to have the second highest number of votes in the TeamCity issue tracker), and what a truly responsive vendor JetBrains is, we now have a solution … Continue reading
Also posted in Uncategorized
Comments Off
Raising awareness for TeamCity tray notifier issue
UPDATE: JetBrains has released a solution to this issue, I posted a follow up. Rumor has it that a number of your favorite .NET open source applications (including StructureMap) will soon have a publicly available continuous integration server. The server … Continue reading
Also posted in Books, principles
Comments Off
Running jQuery QUnit tests under Continuous Integration
UPDATE: The code in this post is out of date. Read it for the explanation, but if you want to implement it, go grab NQUnit via nuget. Setup This post assumes you are already writing unit tests for your JavaScript … Continue reading
Also posted in Programming
Comments Off
Monkey patching rake for use with TeamCity
We use Ruby’s rake as our build automation tool. It provides a nice, XML-free way to define logical groupings of steps to perform, with dependency resolution. We use JetBrain’s TeamCity as our continuous integration server. It has a neat feature … Continue reading
Also posted in .NET
Comments Off
Update: TeamCity
As you saw from my last TeamCity post, I was a little frustrated about the fact that I had to create an environment variable to use the NAnt runner. A colleague, Dru Sellers, contacted me and mentioned the Command Line … Continue reading
JetBrains TeamCity
Being sick today has allowed me to catch up on my ASP.NET MVC knowledge and also move the remainder of my CC.NET projects to JetBrains TeamCity. Being sick is no fun though. *Cough Cough* After reading Sean’s post on TeamCity, … Continue reading
Also posted in Automated Build, Continuous Integration, CruiseControl.NET, NAnt
Comments Off
