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? I'd like to have every single …
javascript css visual-studio-2013 minify post-build-eventIn 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-eventI have a Jenkins job which compiles and publishes our Java project to a JBoss server. Obviously, the server takes …
jenkins post-build-eventI'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-eventI'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-eventI 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-eventI 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-eventI 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-eventI 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-eventI'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