Can you describe what you have done with some more detail?
sent from my mobile phone
How do you feel about auto importing all the modules in the current directory or some well known subfolder?
sent from my mobile phone
On May 7, 2010 3:47 PM, "Jorge Matos" <matos...@gmail.com> wrote:It seems that support for a psakecontrib project would be a welcome addition.by the way stej,if you changed your code from:
properties {
$nunit = 'c:\temp\nunit-console.exe'
}
Import-Module nunit -argument $nunit
task de...
to:
build.ps1>>>>>>
properties {
$nunit = 'c:\temp\nunit-console.exe'
}task default -depens tests
task tests {Run-Nunit....
Import-Module nunit -argument $nunit
}it should work.
On Fri, May 7, 2010 at 2:18 AM, Steve Wagner <li...@lanwin.de> wrote:
>
> I would really like to hav...
--
Jorge Matos
Senior .NET Architect, MCSD.NET, MCSD Visual Studio 6.0
(440) 666-3107
matos_jorge...
You received this message because you are subscribed to the Google Groups "psake-dev" group.
To post...
Yea so then you just decide what modules you want by controlling what you keep in your build project. I can see a module that knows how to enumerate the latest contrib modules from github and downloads them..
sent from my mobile phone
On May 7, 2010 4:20 PM, "Jorge Matos" <matos...@gmail.com> wrote:I like that idea - that should be easy to implement too.something like:function LoadModules(){dir .\psake-contrib\*.psm1 | import-module}it could be called from within psake before any of the tasks are executed.
On Fri, May 7, 2010 at 4:04 PM, Eric Hexter <eric....@gmail.com> wrote:
>
> How do you feel about auto importing all the modules in the current directory or some well known...
>>
>> On May 7, 2010 3:47 PM, "Jorge Matos" <matos...@gmail.com> wrote:
>>
>> It seems that supp...
--> You received this message because you are subscribed to the Google Groups "psake-dev" group.
> To post to this group, send email to psak...@googlegroups.com.
> To unsubscribe from this group,...
--You received this message because you are subscribed to the Google Groups "psake-dev" group.
To post to this group, send email to psak...@googlegroups.com.
To unsubscribe from this group, sen...