Is there a way to specify preSync/runCommand inside .csproj or .pubxml file? So that when you deploy your web application using publishing profiles (for example by right-clicking on the project node in solution explorer > publish) it would run pre-defined preSync/postSync commands?
↧