Visual Studio Post Build Event – Copy to Relative Directory Location

On a successful build, I wish to copy the contents of the output directory to a different location under the same “base” folder. This parent folder is a relative part and can vary based on Source Control settings. I have listed a few of the Macro values available to me … $(SolutionDir) = D:\GlobalDir\Version\AppName\Solution1\build $(ProjectDir) … Read more