Engineering - another cache key update (#295268)

This commit is contained in:
Ladislau Szomoru
2026-02-14 00:03:52 +01:00
committed by GitHub
parent 651ef24e24
commit 3e3ac65d3c

View File

@@ -23,7 +23,7 @@ steps:
- task: Cache@2
displayName: Restore sccache cache
inputs:
key: 'sccache | "$(Agent.OS)" | "${{ parameters.VSCODE_CLI_TARGET }}" | $(Build.SourcesDirectory)/cli/Cargo.toml | $(Build.SourcesDirectory)/build/.cachesalt'
key: 'sccache | "$(Agent.OS)" | "${{ parameters.VSCODE_CLI_TARGET }}" | "${{ parameters.VSCODE_CHECK_ONLY }}" | $(Build.SourcesDirectory)/cli/Cargo.toml | $(Build.SourcesDirectory)/build/.cachesalt'
path: $(Pipeline.Workspace)/sccache
- ${{ if contains(parameters.VSCODE_CLI_TARGET, '-windows-') }}: