Reusing MSBuild targets for different build types
- by Zbigniew Kawalec
I have got a problem with reusing the same MSBuild targets for different build types on TFS.
Let me describe the situation.
I have got two build types (CI - for continuous integration and RC - for release candidate). So I have got two build types defined in the TFS. Their *.proj files are under:
- $/Repository/TeamBuildTypes/CI
-…