Getting psake to throw errors rather than write them to output...
69 views
Skip to first unread message
Jeffrey Becker
unread,
Sep 19, 2012, 11:58:56 AM9/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to psak...@googlegroups.com
I'm working on a Team Foundation Build template which will invoke a psake build rather than going through the mess of workflow xaml. It would be useful if I could get invoke-psake to throw errors which would propagate up the stack rather than calling write-coloredoutput with a message. My current m/o is to add an optional argument to invoke-psake. Is this something where a pull request would be likely to be accepted?