4
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
derickbailey
as Derick Bailey
More... over 15 years ago
added Andreone as a contributor for the wiki contributions
derickbailey
as Derick Bailey
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
derickbailey
as Derick Bailey
More... over 15 years ago
fixed the albacore base task
derickbailey
as Derick Bailey
More... over 15 years ago
merging the dev branch into master for the 0.0.8 release
derickbailey
as Derick Bailey
More... over 15 years ago
changing the new task syntax to be more rake-ish... msbuildtask do ... end, on all task shortcuts
derickbailey
as Derick Bailey
More... over 15 years ago
updated readme example to use the new task method syntax
derickbailey
as Derick Bailey
More... over 15 years ago
updated rake file samples to use the new task syntax instead of the explicit xyzTask.new calls
derickbailey
as Derick Bailey
More... over 15 years ago
finished up the task rework with the new syntax for each task. rename, sftp, sqlcmd, ssh, xunit, zip
derickbailey
as Derick Bailey
More... over 15 years ago
continuing to work on the new syntax for tasks. mspec, ncover console and report, nunit
derickbailey
as Derick Bailey
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.
derickbailey
as Derick Bailey
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
derickbailey
as Derick Bailey
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
derickbailey
as Derick Bailey
More... over 15 years ago
adjusted command object so the command does not have to be a valid file
derickbailey
as Derick Bailey
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
derickbailey
as Derick Bailey
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.
derickbailey
as Derick Bailey
More... over 15 years ago