4

I have a web-application (using Visual Studio 2013) where most parts are loaded via plugins.
During development I have post-build events on all the plugin projects to copy themself into the plugin folder of the main appliction so they are loaded automatically.

This works fine when building the plugin, but often I just change assets (e.g. CSS) and do not require the plugin to be rebuilt, just the asstes copied again, which would be much faster.

Is there a way to execute the post-build events without rebuilding the plugin project?

Or is there another way I can trigger such copy script from within Visual Studio.

Christoph Fink
  • 22,727
  • 9
  • 68
  • 113

0 Answers0