Questions tagged [post-build-event]

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

Build events can be used to run scripts, macros, or other custom actions as a part of the compilation process.

Post-build events occur after compilation. These actions (if specified) are executed just after compilation.

How to specify build event - MSDN

511 questions
-2
votes
2 answers

Visual studio 2015 post build commnad failing with exit code 1. strange thing is it fails only on some projects

I am trying following post build event in some of my projects copy /Y "$(TargetDir)*.dll" "$(SolutionDir)MyMainApp\bin\*.dll" But getting error Error The command "copy /Y "D:\myslolution\myimplementation\bin\Release*.dll"…
Kamran Shahid
  • 3,954
  • 5
  • 48
  • 93
1 2 3
34
35