George Mauer
George Mauer

Reputation: 122172

Can I set visual studio to use psake when building?

I would like to set visual studio to use Psake build by default when building. Is this possible slash more effort than its worth?

Upvotes: 5

Views: 825

Answers (1)

Greg Smith
Greg Smith

Reputation: 2469

Possible yes, and certainly worth the effort if you value consistency in the build, which it sounds like you do.

StudioShell is the main player, and here's a tidy blog post on the matter.

Upvotes: 4

Related Questions