Changed the code within the msbuildtask about how it handles multiple properties |
|
More...
|
over 15 years ago
|
Added :platform to the example seemed to break the build. Changed to Any CPU |
|
More...
|
over 15 years ago
|
Syntax changes to MSBuild task - suggested by @bellware |
|
More...
|
over 15 years ago
|
Added exec task |
|
More...
|
over 15 years ago
|
Added exec task |
|
More...
|
over 15 years ago
|
Added Unzip task. Added Example in rakefile. |
|
More...
|
over 15 years ago
|
Added Unzip task. Added Example in rakefile. |
|
More...
|
over 15 years ago
|
added Andreone as a contributor for the wiki contributions |
|
More...
|
over 15 years ago
|
added Andreone as a contributor for the wiki contributions |
|
More...
|
over 15 years ago
|
fix calls to engine.build_attribute to include logging |
|
More...
|
over 15 years ago
|
require csharpengine for default behavior |
|
More...
|
over 15 years ago
|
make C# engine the default |
|
More...
|
over 15 years ago
|
add param, accessor for framework version |
|
More...
|
over 15 years ago
|
explicitly include language engines for vb and c# |
|
More...
|
over 15 years ago
|
new assemblyinfo language engines for vb and c# |
|
More...
|
over 15 years ago
|
use language engines for assemblyinfo files |
|
More...
|
over 15 years ago
|
fixed the albacore base task |
|
More...
|
over 15 years ago
|
fixed the albacore base task |
|
More...
|
over 15 years ago
|
merging the dev branch into master for the 0.0.8 release |
|
More...
|
over 15 years ago
|
changing the new task syntax to be more rake-ish... msbuildtask do ... end, on all task shortcuts |
|
More...
|
over 15 years ago
|
updated readme example to use the new task method syntax |
|
More...
|
over 15 years ago
|
updated rake file samples to use the new task syntax instead of the explicit xyzTask.new calls |
|
More...
|
over 15 years ago
|
finished up the task rework with the new syntax for each task. rename, sftp, sqlcmd, ssh, xunit, zip |
|
More...
|
over 15 years ago
|
continuing to work on the new syntax for tasks. mspec, ncover console and report, nunit |
|
More...
|
over 15 years ago
|
working on greatly simplifying the tasks, and adding more rakeish syntax. got the assemblyinfo, command, expandtemplates, and msbuild done so far. |
|
More...
|
over 15 years ago
|
working on new task syntax and options to allow more rake like calling... Albacore::msbuild :name, [:var] => :dependency do |t,args| ... end |
|
More...
|
over 15 years ago
|
updated the command specs to run the nunit console with --help as a parameter, proving the command object runs correctly |
|
More...
|
over 15 years ago
|
adjusted command object so the command does not have to be a valid file |
|
More...
|
over 15 years ago
|
found a 'dee_merge' solution at http://snippets.dzone.com/posts/show/4706 and now the template specific data is merged correctly, overriding the included data with the local file data |
|
More...
|
over 15 years ago
|
working on the template specific data from include files. failing so far... it's using the include data, only, removing all of the local data. need to fix this so it merges the included data. |
|
More...
|
over 15 years ago
|