Albacore
Albacore copied to clipboard
Dolphin-Safe Rake Tasks For .NET Systems
here is my code - require 'albacore' desc "Run a simple clean and rebuild" build :buildSln do |msb| msb.sln = 'C:\GitRepos\shinetest\testapps\Albacorerakesample\AlbacoreRakeDotnetBuildSample\AlbacoreRakeDotnetBuildSample.sln' #Path of solution file. msb.target = [:Clean, :Rebuild] #...
I.e. for the first rewrite, there are two blank lines at the end of the file, then three, then four, and so on. I am only updating the `version` (`AssemblyVersion`)...
We are trying to auto deploy a MVC .net project packaged as a zip file. One of the files produced by build script is projectname.deploy.cmd. Using this script directly from...
Do you have any examples of how to publish an asp.net project using albacore?
Using Nuget 1.6.21205.9031 when trying to create a Nuget package the following error is generated. "Ambiguous option 'b'. Possible values: BasePath Build." changing the line 29 in nugetpack.rb from params
Perhaps using maven repository structure for binaries. And dependency management similar to that used in buildr: http://buildr.apache.org/artifacts.html
At the minute Albacore (incorrectly) assumes that sqlcmd's -b argument should only be used when executing more than one SQL script - however that's not the case. The -b argument...
At the minute Albacore (incorrectly) assumes that sqlcmd's -b argument should only be used when executing more than one SQL script - however that's not the case. The -b argument...
Support the [msbuild command line switches](http://msdn.microsoft.com/en-us/library/ms164311.aspx) that are not already supported. That includes the ones that are true switches (`/nologo`) and the ones that have goofy `:properties` (like `/fileloggerparameters`). ```...
I've tried running NUnit tests but I get the following: *\* Invoke build:test (first_time) *\* Execute build:test Running NUnit Tests... rake aborted! undefined method `map' for "Some.dll":String C:/Ruby192/lib/ruby/gems/1.9.1/gems/albacore-0.2.7/lib/albacore/nunittestrunner.rb:30:in`get_command_parameters' C:/Ruby192/lib/ruby/gems/1.9.1/gems/albacore-0.2.7/lib/albacore/nunittestrunner.rb:35:in `execute'...