chief7
chief7

Reputation: 14383

TFS 2010 MSBuild: After dll in 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?

Upvotes: 0

Views: 375

Answers (1)

Ruben Bartelink
Ruben Bartelink

Reputation: 61875

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

Upvotes: 1

Related Questions