You can create a post build Batch file which will be run once ur build is completed
You simply create a batch file which does to copy task for u and follow the steps below
1.Right click on a project whose assembly u need to copy and goto Project Properties
2. GOTO Common Properties/ Build Events
3. Give ur batch file in "Post-build Event command Line"
as it is a batch file u can do any thing with it ;)
Regards
Nachiket shah
Main Topics
Browse All Topics





by: testnPosted on 2005-04-27 at 05:13:55ID: 13875179
keep your shared folder
and do the following:
1. change all reference assemblies to assemblies inside shared folder
2. make sure that "Copy Local" flag is set to true for all assembly references
close and reopen the solution.
if developers don't want to update those assemblies yet.... just make sure that they don't update those shared folder