I am trying to execute a script that zips and copies the output directory after publishing my C# application in Visual Studio using the Folder Profile.
I believe this should be doable by binding to some AfterPublish
Target, but this doesn't seem to work. I can't really find any good documentation on what targets there are or which I should use for this.
The most relevant question on here that I could find uses Visual Studio 2010 which is a bit outdated.