Thanks in advance, everyone.
I have the retention policy in my builds to only keep the last two good builds, and that's fine. However, when I used the Label Sidekick to view a baseline (version label) from many builds ago, that's when I realized that all my prior build labels are no longer on the code, and only the last two build labels still exist.
How can I set up TFS so that I keep my build retention policy to only keep the last two good builds, and leave all the build version labels that are applied?
I suppose I could add a target to the build script that'll assign a new label to the current build label, and that may work. But more importantly, I'd like to understand the connection between build version labels and the retention policy.
Thanks.