From 3e3ac65d3cd042e9498eae6d6e439c136d19c283 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Sat, 14 Feb 2026 00:03:52 +0100 Subject: [PATCH] Engineering - another cache key update (#295268) --- build/azure-pipelines/cli/cli-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/cli/cli-compile.yml b/build/azure-pipelines/cli/cli-compile.yml index 6ca100f6cf9..c3565a9bf4b 100644 --- a/build/azure-pipelines/cli/cli-compile.yml +++ b/build/azure-pipelines/cli/cli-compile.yml @@ -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-') }}: