tobbbe
5/29/2015 - 9:45 AM

Copy file,build,bin,dll on build finish visual studio to other solution,directory

In VS:
1. Right click on project (class-library ex) and click Properties
2. Go to Build Events
3. In post-build event command line add this (set correct path ofc):

xcopy Toxic.Web.Umbraco.* C:\Utveckling\toxic.boilerplate\toxic-boilerplate\bin /y

/y == overwrite file YES