Top "Post-build-event" questions

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

In Visual Studio 2013, how do I minify Javascript and CSS in the post-build step

In Visual Studio 2013, how do I minify Javascript and CSS in the post-build step? I'd like to have every single …

javascript css visual-studio-2013 minify post-build-event
TFS 2010 Build Automation and post-build event

In the project I've inherited, the original developer used a number of post-build events in his Visual Studio projects to …

visual-studio tfsbuild post-build-event
Delaying post-build Jenkins job

I have a Jenkins job which compiles and publishes our Java project to a JBoss server. Obviously, the server takes …

jenkins post-build-event
Running Grunt from Visual Studio post build event command line

I've attempted to do this both in Visual Studio 2010 and Visual Studio 2012. If my Gruntfile.js file is in the …

visual-studio-2010 visual-studio-2012 gruntjs post-build-event
Deleting entire folder in Visual Studio Post-build event

I'm trying to delete a folder in my output directory using the following command line: del /F "$(TargetDir)Content\" Tho …

visual-studio-2010 visual-studio post-build-event
PowerShell .ps1 file on Visual Studio post build event

I am trying to execute the following post build event code but I am getting an non-useful error : "c:\Windows\…

visual-studio-2010 powershell powershell-2.0 nuget post-build-event
Use CMake to run a C++ program post-build

I have an application that is written in C++ that I use CMake to build and release binaries. I'd like …

c++ visual-studio-2010 cmake build-process post-build-event
Post-build event command for publish (Visual Studio 2010)

I have a project in visual studio 2010. This project has the following post-build event command lines: SET TARGET_PROJECT=TestMain …

visual-studio-2010 publish post-build-event
In Visual Studio 2012 (C#) How to Create Custom Macros available in Post Build

I want to add in a Post-build event commandline in my Visual Studio 2012 C# project. I have a number of …

macros visual-studio-2012 post-build-event
How do I use msbuild in Visual Studio's post build event?

I'm trying to configure the YUICompressor.NET in my Visual Studio project. As I've understood, I have to create a .…

visual-studio-2010 post-build-event yui-compressor