AFAIK there is nothing out of the box. The first option I see would be to use the build/revision number to find out when it was created (the first one is the number of days since a base date while the other is the number of seconds since midnight). You can
check which changes were done before this date.
You could then push your SCCS usage forward as needed...
None
0 Points
64 Posts
Identifying build code changes
Dec 14, 2018 10:26 AM|mark1961|LINK
Within my web app i am displaying the latest build using - Assembly.GetExecutingAssembly().GetName().Version.Build
However where within Visual Studio or the publish/release process can i identify the changes/changesets that correlate to each build?
thanks
All-Star
48260 Points
17981 Posts
Re: Identifying build code changes
Dec 14, 2018 12:36 PM|PatriceSc|LINK
Hi,
You are using TFS with a single branch ? A specialized forum such as https://developercommunity.visualstudio.com/spaces/22/index.html could be better.
AFAIK there is nothing out of the box. The first option I see would be to use the build/revision number to find out when it was created (the first one is the number of days since a base date while the other is the number of seconds since midnight). You can check which changes were done before this date.
You could then push your SCCS usage forward as needed...