River Lynn Bailey
River Lynn Bailey
i installed and configured v0.2.8 in my git bash shell, and it basically works... except gems are not available. i can call 'pik use 187' and it changes to v1.8.7......
I've got a job set up with the following: ```js var loadInterval = "1 day"; var loadTime = "15:00"; var job = agenda.create("schedule.load"); job.schedule("next " + loadTime) job.repeatEvery(loadInterval, { timezone:...
Rejmond Sejic provided this version of the msbuild task via email, to add the /nologo and /filelogger parameters to the msbuild command. need to integrate this into the dev branch...
the .options attribute is a duplicate of the .parameters that exists in the runcommand module and needs to go away. also check other tasks to make sure we're not duplicating...
see this stack overflow question: http://stackoverflow.com/questions/3151887/albacore-including-only-certain-files-folders-in-a-zip. Pasted below: --- I'm trying to zip up the artifacts of a rake build, using Albacore's [ZipTask](http://wiki.github.com/derickbailey/Albacore/ziptask). The solution I'm building has three projects...
from Mike Nichols, via the albacoredev list: My understanding is doing a 'break' or 'next' within a rake task is effectively and early return. This is handy in case an...
## from @thecodejunkie, via the google group The next issue appears to originate from the assembly info rewriting I do.. it outputs "D:\My Dropbox\Development\Repositories\Nancy\src\Nancy.sln" (Clean;Build targe t) (1) -> "D:\My...
create a way for end users to add their own attributes to any command line task, so that they can add custom attributes that provide command line parameters, easily. not...