I'm currently using the AfterBuild target to extend my build script but at that point the dll for the project hasn't been placed in the Binaries folder.
What target will run after the dll has been placed in the Binaries folder?
I'm currently using the AfterBuild target to extend my build script but at that point the dll for the project hasn't been placed in the Binaries folder.
What target will run after the dll has been placed in the Binaries folder?
If you're talking in the context of TeamBuild (you tagged it TFS), here's a relevant MSDN link