I am trying to invoke simple task after publish event. When I say \"publish\", I mean publish in Visual Studio, right click on project and pressing \"Publish...\". I have in
My answer for another question might be of some use.
AfterPublish script doesn't run when I publish a web app
Particularly, using the path to the 'published files', you can pass in a parameter via $(WebProjectOutputDir)\$(WPPAllFilesInSingleFolder)
. This would be something like c:\{path to *.csproj}\obj\{build configuration}\Package\PackageTmp
.