PlasticSCM – Just Don’t If you're considering this source control tool. Stop. If you're considering this for your development team, have mercy on them… Posted on: August 8, 2017 By: jammer With: 0 Comments
TeamCity – Sharing Build Properties Sharing parameters and properties can be a bit confusing for new users of TeamCity. Lets use a simple example to… Posted on: February 26, 2016 By: jammer With: 0 Comments
Xamarin iOS TeamCity Build So this turned into a complete nightmare for a while. TeamCity Mac Agent Push Installation I started by trying to… Posted on: February 26, 2016 By: jammer With: 0 Comments
Source Control – Learning Git Over the years I've used many source control systems. Most of them seemed pretty simple to use after a short… Posted on: February 21, 2016 By: jammer With: 0 Comments
Package Dependencies & Deploying .NET I recently had a requirement to completely package up a .NET application so that it was extremely portable beyond it's… Posted on: July 13, 2015 By: jammer With: 0 Comments
TeamCity Backup Location Outside TeamCity Data Directory By default TeamCity doesn't allow you to place backup files outside the default data directory (internally known as the TeamCityData). … Posted on: July 8, 2015 By: jammer With: 0 Comments
Xamarin Android Automated CI Publishing Using MSBuild & JetBrains TeamCity I love automating processes and making things consistently repeatable. Continuous integration is your friend, yes it can take time to… Posted on: July 7, 2015 By: jammer With: 4 Comments
TeamCity CI Server Login Fails at Boot Up If you're running an instance of TeamCity on your local dev box, and who isn't eh! haha, oh for more… Posted on: June 24, 2015 By: jammer With: 0 Comments
Restoring YouTrack Backups I love JetBrains software, I really do. How I'd get by without ReSharper is anyone's guess but they are not… Posted on: June 21, 2015 By: jammer With: 11 Comments
Nuget Strikes Again Honestly, for tool that's supposed to make life easier and more robust I find myself battling with it often. I've… Posted on: June 18, 2014 By: jammer With: 0 Comments
CI Process – Why? Why is having a CI process good? There are so many reasons why CI is good. I use it on… Posted on: September 4, 2013 By: jammer With: 0 Comments
MVC Deployment – JavaScript – ReferenceError is not defined … This had me stumped for a moment. All the Javascript was there (linkable from bundle links in the page source),… Posted on: August 31, 2013 By: jammer With: 0 Comments
Build Process – TeamCity, NUnit, dotCover & Octopus Deploy I've blogged about TC a bit in the past but I've just setup a whole new build process for my… Posted on: August 28, 2013 By: jammer With: 0 Comments
Batch Files Really Are Your Friends … Svn Backups Just finished a long coding session ... ??? BACK IT UP! set SvnAdminPath=C:Program Files (x86)VisualSVN Serverbinsvnadmin.exe "%SvnAdminPath%" dump --deltas P:Repositories<repo_name>… Posted on: June 22, 2013 By: jammer With: 0 Comments
Subversion Global Ignore Pattern I'm slowly building up this default Subversion global ignore pattern for my Windows & Xamarin Development on Windows & OSX. … Posted on: May 24, 2013 By: jammer With: 0 Comments
MSBuild, TeamCity & Versioning I have only recently start using TeamCity at home for my own major project SampleSort. It is a pretty complex… Posted on: November 1, 2009 By: jammer With: 1 Comment
NCover MSBuild Task After having configured my MSBuild scripts for use in TeamCity I found this rather nifty page in the NCoverExplorer UI. … Posted on: October 16, 2009 By: jammer With: 0 Comments
MSBuild – Editing Xml Scripts Editing MSBuild Xml files can be a bit of a chore. For general everyday file editing I tend to use… Posted on: October 12, 2009 By: jammer With: 0 Comments
CI – TeamCity I have finally completed the set-up and configuration of my new continuous integration system for SampleSort. I have to say… Posted on: October 9, 2009 By: jammer With: 0 Comments
Continuous Integration – TeamCity Over the last 6 months I have tried a few CI systems for my own projects. I’ve been looking for… Posted on: September 28, 2009 By: jammer With: 0 Comments