Thursday, January 21, 2016

PowerShell scripting support for Pre and Post Build events in Visual Studio

If you love PowerShell scripting vs. writing plain old command-line scripts like me, then you will be disappointed to learn that Visual Studio does not offer native support for PowerShell scripts in either Pre or Post Build events.

Instead, you are still left with standard command line macros and commands which are much more inflexible and brittle than PowerShell scripts.

Therefore, if you also want to see native PowerShell scripting support added to the Visual Studio IDE for supporting Pre and Post Build events, you should definitely vote for this UserVoice item here!

http://visualstudio.uservoice.com/forums/121579-visual-studio-2015/suggestions/6121154-direct-support-for-powershell-in-pre-post-build-ev

No comments:

Post a Comment