diff --git a/eng/pipelines/coreclr/templates/setup-sccache.yml b/eng/pipelines/coreclr/templates/setup-sccache.yml index e916ee44cbe4af..dc8ba9a0c04aae 100644 --- a/eng/pipelines/coreclr/templates/setup-sccache.yml +++ b/eng/pipelines/coreclr/templates/setup-sccache.yml @@ -28,6 +28,7 @@ steps: # builds warm-start from rolling-build caches saved in the main scope. - task: Cache@2 displayName: Sccache cache + continueOnError: true inputs: key: sccache | ${{ parameters.osGroup }} | ${{ parameters.archType }} | ${{ parameters.nameSuffix }} | "$(Build.BuildId)" path: $(Pipeline.Workspace)/.sccache