Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching #14345

Merged
merged 2 commits into from
Nov 18, 2022
Merged

Caching #14345

merged 2 commits into from
Nov 18, 2022

Conversation

KevinRansom
Copy link
Member

#r nuget has a package caching algorithm, that was broken. The issue was that when determining the paths to verify if the cache was out of day, we removed paths that didn't exist. Which obviously makes it a little tough if the cache invalidation consists of checking whether that path exists or not.

Anyway, this fixes that by not removing the path before checking cache validation.

@KevinRansom KevinRansom requested a review from a team as a code owner November 17, 2022 22:34
jonsequitur
jonsequitur previously approved these changes Nov 17, 2022
@T-Gro T-Gro requested a review from jonsequitur November 18, 2022 08:42
@abonie abonie merged commit 4e7b3cb into dotnet:main Nov 18, 2022
@KevinRansom KevinRansom deleted the nugetcaching branch January 13, 2023 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants