You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore compat install caching to include-test-real-service.yaml (#25563)
## Description
Follow-up to #25535 which restores the caching of compat dependencies we
previously had. Couldn't help myself from making a tweak so the cache
key is invalidated on minor version change, which should give us better
long-term behavior: the set of versions to install is dynamically
computed based on roughly the current package version, so using
major+minor here should be a net win as only roughly one build per
release should need to install compat dependencies, after that they will
be cached.
---------
Co-authored-by: Abram Sanderson <absander@microsoft.com>
0 commit comments