i have a psake tasks that calls my rake build to kick off my ant tasks to fire up msbuild to build the solution file.
On Wed, Nov 9, 2011 at 9:45 AM, Scott Koon <[email protected]> wrote: > I thought we had to use Rake to be cool? > > > On Wed, Nov 9, 2011 at 7:11 AM, Bobby Johnson <[email protected]>wrote: > >> Digging the video and can totally see me using Toji instead of the >> handfull of scripts I have been carrying around for the last couple years. >> >> >> On Wed, Nov 9, 2011 at 5:32 AM, Ian Davis <[email protected]> wrote: >> >>> Having some Azure scripts would be awesome. >>> >>> On Tue, Nov 8, 2011 at 7:09 PM, Chris Bilson <[email protected]> wrote: >>> >>>> I really like this idea and hope I'll have a chance to help sometime. >>>> Their used to be a couple of different standard scripts for getting >>>> projects going with nant that a lot of the open source .net projects used, >>>> back when nant was still popular. It seems like something like that for >>>> psake will help folks get started. >>>> >>>> We at Milliman actually have a fair amount of build automation we've >>>> done, which we might be able to use to contribute _something_ (we were >>>> talking about this this afternoon when we saw your e-mail.) I'd really love >>>> it if we could share some of our Azure stuff as that stuff is pretty hard >>>> to get right, but we will have to check and see if it is alright. >>>> >>>> Any new builds I ever need to create, I'm starting with Toji! >>>> >>>> >>>> On Tue, Nov 8, 2011 at 16:46, Ian Davis <[email protected]> wrote: >>>> >>>>> Basically, yes. With the rate at which I spin off OSS and side >>>>> projects, I would like to just use "install-package toji" and have my >>>>> build >>>>> set up with compile, tests, packaging, and deployment automated. I want to >>>>> add some defaults like the giles launch script to automatically select the >>>>> solution (if possible). I have some xunit, nunit, nuget, msbuild helpers >>>>> in >>>>> the project to get projects up quickly. The lack of an xunit nuget >>>>> package, >>>>> with test runner, really sucks as I can't just use a script to quickly >>>>> find >>>>> the downloaded package. >>>>> >>>>> >>>>> >>>>> >>>>> On Tue, Nov 8, 2011 at 4:11 PM, Jeff Schumacher < >>>>> [email protected]> wrote: >>>>> >>>>>> So this is a bootstrapping project for setting up a psake build? Am I >>>>>> understanding that correctly? >>>>>> >>>>>> On Tue, Nov 8, 2011 at 12:43 PM, Ian Davis <[email protected]>wrote: >>>>>> >>>>>>> I have use psake now in a couple projects, and I wanted to see what >>>>>>> I keep using, and if I can extract that in some reusable way. I created >>>>>>> Toji <https://github.com/idavis/Toji> in order flush this out. The >>>>>>> readme has steps to get started and working with the included sample >>>>>>> project. Feedback and forking are more than welcome. >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Ian Davis >>>>>>> http://innovatian.com >>>>>>> >>>>>>> -- >>>>>>> You received this message because you are subscribed to the Google >>>>>>> Groups "Seattle area Alt.Net" group. >>>>>>> To post to this group, send email to [email protected]. >>>>>>> To unsubscribe from this group, send email to >>>>>>> [email protected]. >>>>>>> For more options, visit this group at >>>>>>> http://groups.google.com/group/altnetseattle?hl=en. >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> (◣_◢) >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Seattle area Alt.Net" group. >>>>>> To post to this group, send email to [email protected]. >>>>>> To unsubscribe from this group, send email to >>>>>> [email protected]. >>>>>> For more options, visit this group at >>>>>> http://groups.google.com/group/altnetseattle?hl=en. >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Ian Davis >>>>> http://innovatian.com >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Seattle area Alt.Net" group. >>>>> To post to this group, send email to [email protected]. >>>>> To unsubscribe from this group, send email to >>>>> [email protected]. >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/altnetseattle?hl=en. >>>>> >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Seattle area Alt.Net" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/altnetseattle?hl=en. >>>> >>> >>> >>> >>> -- >>> Ian Davis >>> http://innovatian.com >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Seattle area Alt.Net" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/altnetseattle?hl=en. >>> >> >> >> >> -- >> "The explanation requiring the fewest assumptions is most likely to be >> correct." >> >> - Occam’s Razor >> http://en.wikipedia.org/wiki/Occam's_Razor >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Seattle area Alt.Net" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/altnetseattle?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Seattle area Alt.Net" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/altnetseattle?hl=en. > -- "The explanation requiring the fewest assumptions is most likely to be correct." - Occam’s Razor http://en.wikipedia.org/wiki/Occam's_Razor -- You received this message because you are subscribed to the Google Groups "Seattle area Alt.Net" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/altnetseattle?hl=en.
