Saturday, October 2, 2010

Gotta keep up

I'm in the process of migrating from NAnt to do my builds to PSake. I'd integrated PowerShell 1.0 into an application in the past and wanted to integrate PS 2.0 into my build application.

I pulled out my old code and started to implement it for PS 2.0, but figured I'd check for any comments on the 'Net. You know, warnings, gotchas etc. Any way, I found out that PS 2.0 is much easier to integrate into a .Net application.

Here and here

I hadn't looked into this type of thing in years. They've made it so much easier. Now if they'd make it easier to add the required reference. (Check out the first link for the "recommended" way to add the reference)