Is there a good AddIn for Visual Studio that will launch msbuild targets?
Posted
by Jon Lent
on Stack Overflow
See other posts from Stack Overflow
or by Jon Lent
Published on 2009-06-16T13:08:56Z
Indexed on
2010/04/07
13:33 UTC
Read the original article
Hit count: 329
msbuild
|visual-studio-2008
One of the things I like about the Java IDEs out there is that they typically have the ability to allow a user to right-click on an Ant file and run one of the targets.
I've got an msbuild file in my solution that is used for migrating the application database, and would kill to be able to right-click on it, select "update" or "rollback" and have it run.
My searching has not turned up anything meant to run inside VS2008, just a shell extension for windows explorer.
Has anybody seen such an animal out there?
Cordially,
Jon
© Stack Overflow or respective owner