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

Add fallback keys to caching #10847

Closed
wants to merge 1 commit into from
Closed

Conversation

johnterickson
Copy link
Contributor

@johnterickson johnterickson commented Jul 5, 2019

Need to wait for agent with microsoft/azure-pipelines-agent#2358 to be deployed.

@johnterickson johnterickson requested a review from willsmythe July 5, 2019 22:11
"loc.input.help.cacheHitVar": "Variable to set to 'true' when the cache is restored (i.e. a cache hit), otherwise set to 'false'."
"loc.input.help.cacheHitVar": "Variable to set to 'true' when the cache is restored (i.e. a cache hit), otherwise set to 'false'.",
"loc.input.label.fallbackKeys": "Fallback keys",
"loc.input.help.fallbackKeys": "TODO"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noting TODO

@@ -8,5 +8,7 @@
"loc.input.label.path": "Path",
"loc.input.help.path": "Path of the folder to cache. Can be fully-qualified or relative to $(System.DefaultWorkingDirectory). Wildcards are not supported. [Variables](https://go.microsoft.com/fwlink/?LinkID=550988) are supported.",
"loc.input.label.cacheHitVar": "Cache hit variable",
"loc.input.help.cacheHitVar": "Variable to set to 'true' when the cache is restored (i.e. a cache hit), otherwise set to 'false'."
"loc.input.help.cacheHitVar": "Variable to set to 'true' when the cache is restored (i.e. a cache hit), otherwise set to 'false'.",
"loc.input.label.fallbackKeys": "Fallback keys",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to what the variable is set to when the fallback is grabbed instead.

@johnterickson johnterickson force-pushed the users/jerick/fallback branch from a5b1eff to c1f3edd Compare July 11, 2019 22:11
@johnterickson johnterickson deleted the users/jerick/fallback branch October 29, 2019 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants