AfterPublish Target in vbproj
I need to execute a .bat file after clickonce publish in vb express 2005. The problem is that "AfterPublish" target is not executed like its name said, else before publish the project.
If somebody to knows how to execute a task after publish actually i will thank it a lot.
Re: AfterPublish Target in vbproj
I think you need to explain a lot more... what is "AfterPublish"? What are you actually trying to do?
Re: AfterPublish Target in vbproj
"AfterPublish" is an event that MSBuild raise when a project is being publicated.
What i'm doing is edit the vbproj and customize the project for clickonce deploying