This plugin handles publish event after solution is build and deployed. Convenient for ASP.NET solutions.
Before installing plugin you will need to install Visual Studio Add-In SAL Host EnvDTE. After that you need to copy plugin to directory where SAL Host EnvDTE is placed or choose different folder in host settings.
After choosing plugin PluginDTE.PublishCmd in the configuration you can specify commands that will be invoked before project is published and/or after project is published.
PrePublish
— Before solution is published but after project is built.PostPublish
— After solution is published.Template commands work similarly to templates Pre-build event command line
and Post-build event command line
in the Build Events
tab. The following keys are available for creating a template:
${SolutionDir}
— Folder where current solution is located.${SolutionName}
— Solution name.${PublishLocation}
— Last path where solution was published.