Navigating to release management for a specific release launchs drops download on local machine
See this discussion in the TFS forums:
https://developercommunity.visualstudio.com/content/problem/51282/navigating-to-release-management-for-a-specific-re.html
In a nutshell, enabling RedGate ReadyRoll on a tfs server leads to background dowloads of the drop of a release (can be any size) when consulting a release summary.
https://developercommunity.visualstudio.com/content/problem/51282/navigating-to-release-management-for-a-specific-re.html
In a nutshell, enabling RedGate ReadyRoll on a tfs server leads to background dowloads of the drop of a release (can be any size) when consulting a release summary.
Tagged:
Comments
Because we don't know which artifact comes from a ReadyRoll build until we look inside the .zip, we're currently downloading all artifacts associated with the primary artifacts source of a release -- we'll stop once we find the right one. We could optimise this by having a special artifact name that we'd try to find in the list of artifacts: if we found it, we'd only download that one; if not, we'd fallback to the current behaviour. This wouldn't solve the case where your ReadyRoll artifacts are large in size, but it would prevent unnecessary downloads of unrelated artifacts. How does it sound?
Redgate Software