mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Engineering - another cache key update (#295268)
This commit is contained in:
@@ -23,7 +23,7 @@ steps:
|
|||||||
- task: Cache@2
|
- task: Cache@2
|
||||||
displayName: Restore sccache cache
|
displayName: Restore sccache cache
|
||||||
inputs:
|
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
|
path: $(Pipeline.Workspace)/sccache
|
||||||
|
|
||||||
- ${{ if contains(parameters.VSCODE_CLI_TARGET, '-windows-') }}:
|
- ${{ if contains(parameters.VSCODE_CLI_TARGET, '-windows-') }}:
|
||||||
|
|||||||
Reference in New Issue
Block a user