v0.2.6 Release Notes: Nuget, CSC, XUnit, FluentMigrator tasks; Rake and IronRuby Versions
2011-06-29 00:00:00 -0700Albacore v0.2.6 is now available via RubyGems.org
Nuget
Several additions have been made to the Nuget related tasks. Nuspec now supports the ‘frameworkAssemblies’ attribute, and two nu (haha!) tasks have been added: nugetpush and nugetpublish. Nugetpush will upload a nuget package to the gallery and optionally publish it. If you wish to upload without publishing and later publish the package, the nugetpublish task will take care of that for you.
CSC
The csc task has a few additions for ‘keyfile’, ‘keycontainer’, and ‘delaysign’, allowing you to deslay strong name signing of your assemblies.
xUnit
the xunit task now has a ‘skip_test_fail’ that prevents rake from aborting the build when an xunit test fails. This is useful in continuous integration scenarios, such as running with TeamCity.
Ruby, Rake, and IronRuby Versions
The readme on the albacore project page of github now lists the officially supported versions of Ruby and Rake, including IronRuby.
Other
Along with these changes, a few minor bug fixes and bug preventions have been put in place. As always, be sure to check the wiki for the latest documentation on task options and albacore use.