0

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?

chief7
  • 14,263
  • 14
  • 47
  • 80
  • You should run your build script with the /verbosity:diag switch and search for the AfterBuild target. – KMoraz Apr 26 '11 at 15:42

1 Answers1

1

If you're talking in the context of TeamBuild (you tagged it TFS), here's a relevant MSDN link

Ruben Bartelink
  • 59,778
  • 26
  • 187
  • 249