Link to home
Start Free TrialLog in
Avatar of wilfordrocks
wilfordrocks

asked on

C#, post build step

I have this folder structure.
e:\my solution
e:\my solution\build
e:\my solution\project1
e:\my solution\project2
.....
e:\my solution\project5

I would like each project to have a post build step that moves a copy of my dll-s to folder "my solution\build".
This script does not work
Copy $(TargetDir) $(SolutionDir)\build\
I have tried other variations.  Any suggestions?
Thanks
SOLUTION
Avatar of Ravi Vaddadi
Ravi Vaddadi
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial