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

ci: Update cache key to trigger clearing it #2947

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tweak build cache key to avoid greedy correlation
  • Loading branch information
mloskot committed Mar 17, 2021
commit 586921c08fa14b5a5033db29c026423df350efc9
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
- task: Cache@2
displayName: "Cache build"
inputs:
key: 'build | "$(Build.SourceBranch)" | "msvc-v16.9.0"'
key: '"msvc-v16.9.0" | build | "$(Build.SourceBranch)"'
path: "$(BUILD_DIR)"
restoreKeys: |
build | "$(Build.SourceBranch)"