Category Archives: Nuget

Getting around Nuget’s External Package dependency problem

I’ve already blogged about how to create simple Nuget packages using Rake and Albacore, now to the advanced part. I used FluentMigrator as the example in my previous post and it was while creating the second package for FluentMigrator that … Continue reading

Posted in Nuget, PowerShell | Tagged , , | 2 Comments

Creating Nuget packages with Rake and Albacore

Creating a Nuget package is quite simple in theory and creating one manually can be done in a few minutes. But simple, repetitive tasks are easy to mess up and a tested build script will never include the wrong config … Continue reading

Posted in Albacore, FluentMigrator, Nuget, Rake, Ruby | Tagged , , , | Leave a comment