Top "Post-build-event" questions

An event to run scripts, macros or other custom actions after compilation.

How to get version number in post-build event

I want to use post-build event to automatically create a nuget package and then copy it to a shared folder …

.net visual-studio-2010 .net-4.0 post-build-event assemblyversions
How to execute a PowerShell script only before a web deploy Publish task in VS 2012?

Currently I have a post-build event configured in my web project using Visual Studio 2012 like this: This basically calls a …

powershell visual-studio-2012 publish msdeploy post-build-event
ILMerge.Merge: ERROR!!: Duplicate type found in assembly

I'll make this as simple as I can, if you need any more info please let me know. I downloaded …

.net .net-4.5 post-build-event ilmerge
Run batch script before Debugging

I want to run a batch script every time before starting program for debugging. For the build events, such functionality …

c# .net visual-studio-2008 post-build-event pre-build-event
Jenkins - Post Build to a Folder

does jenkins have a post build process such that the build WAR files can be made to be stored particular …

jenkins post-build-event
Execute exe file or bat file after compile with Visual Studio 2010

I would execute an exe file or a bat file after that the compilation of a C++ program ends. How …

visual-studio visual-studio-2010 exe post-build-event build-events