Pre-Build/Post-Build Events in Visual Studio for Mac

Viewed 2199

I'm pretty new to Visual Studio, and I can't seem to find where to go to find pre and post build events. I know how to do it on Windows, but i'm on Mac currently and it seems to work differently. If anyone could help to direct me that would be great! I'm specifically looking for post-build events, but I would assume they are in the same place.

1 Answers

Open the Project's Options and goto:

Build / Custom Commands / Select a project operation

enter image description here

Related