Hi
I have the following setup:
- At location1 : A server with Microsoft TFS 2015 (update 3) is maintained. A development team1 connect to the server, map
the configured application to their local system which have VS2017 IDE for development.
- At location2 : there is a development team2 which also connect to the above server, map the same configured application to thier local system
which has VS2015 IDE.
That is, the development IDE of the two development teams are different, but they both connect to same server TFS (ver 2015).
Requirement : The two team must seamlessly check-in/check-out, modify code, compile and build applications without any impact even when their development
IDEs are of different version.
Note: Even though IDEs are different, the developers only follow C#6 constructs from VS2015 and not C#7 from VS2017, in order to ensure the code
successfully compiles in both the version.
Question : when the above setup is completed, will the expected requirement be met ?