vote up 0 vote down star
1

Anyone know of any good MSBuild tasks that will execute a PowerShell script and pass it different parameters?

I was able to find B# .NET Blog: Invoking PowerShell scripts from MSBuild, but I'm hoping for something that is a little more polished.

If I can't find anything I will of course just go ahead and polish my own using that blog post as a starter.

flag

3 Answers

vote up 1 vote down check

Maybe this approach?

It's a little more fleshed out and comes with tests ;)

The SVN Repo is here

link|flag
vote up 2 vote down

You might also want to look at Psake - a PowerShell based build environment.

link|flag
vote up 0 vote down

a little late, but there's also this: http://bartdesmet.net/blogs/bart/archive/2008/02/16/invoking-powershell-scripts-from-msbuild.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.