[ACCEPTED]-Post Publish Events-publish
Accepted answer
Update: Since Publish Web does not apply to folder-based 10 web site projects, this answer assumes you 9 are asking about a Web Application project.
You 8 can't do this from inside the VS IDE. However, you 7 can edit your project file in Notepad or 6 your favorite XML editor and add a new target 5 at the end of the file called AfterPublish
.
You might 4 want to read a bit more on MSBuild if you are not 3 sure what you can do in this target.
You 2 can find more details on extending the build 1 process in VS at MSDN - HowTo: Extend the Visual Studio Build Process.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.