I want to be able to specify property values and override existing
properties from the command line (through invoke-psake)
Right now I am using nant for my build scripts and I'm interested in
switching to psake. nant has this functionality and I've found it
really useful to customize builds -
http://nant.sourceforge.net/release/0.85/help/fundamentals/running-nant.html
There is also a question on stackoverflow about this -
http://stackoverflow.com/questions/2208552/inject-command-line-arguments-into-psake
Could you add this feature?
~ James
--------------------------------------------------
From: "James Newton-King" <james.ne...@gmail.com>
Sent: Saturday, February 06, 2010 4:08 PM
To: "psake-users" <psake...@googlegroups.com>
Subject: Specifying and overriding properties from the command line
> --
> You received this message because you are subscribed to the Google Groups
> "psake-users" group.
> To post to this group, send email to psake...@googlegroups.com.
> To unsubscribe from this group, send email to
> psake-users...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/psake-users?hl=en.
>
>
Thanks
Patrick
-Steve
The last update I made to psake was to add a -Parameters parameter to the
Invoke-Psake function - you can get the latest code from GitHub.
-Jorge
--------------------------------------------------
From: "Steve Wagner" <li...@lanwin.de>
Sent: Wednesday, February 24, 2010 3:00 AM
To: <psake...@googlegroups.com>
Subject: Re: Specifying and overriding properties from the command line
-Steve