locked
Identifying build code changes RRS feed

  • Question

  • User640374800 posted

    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

    Friday, December 14, 2018 10:26 AM

All replies

  • User753101303 posted

    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...

    Friday, December 14, 2018 12:36 PM