setting up Compilation Sequence
hi
i have solution file contains several projects. want set compilation sequence projects listed under solution file. how can team system build .in other words , how can customize tfsbuild.proj purpose?
you can't just team build - you'll need in projects (by adding project-to-project references) or in solution (by modifying dependencies / build order).
- to add project-to-project references right click project in vs , select add reference, select dependent project in projects tab , click ok. referenced project build prior referencer.
- to modify solution dependencies / build order, right click solution , select either project build order or project dependencies , adjust dependencies until build order way want it.
-aaron
Archived Forums V > Team Foundation Server - Build and release management
Comments
Post a Comment