diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 9ea189be3d..adf375dc31 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -39,11 +39,11 @@ jobs: workspace: clean: all steps: - - task: Cache@2 - inputs: - key: '"npm" | "$(Agent.OS)" | src/DotVVM.Framework/package.json' - path: $(DOTVVM_ROOT)/.npm - restoreKeys: '"npm" | "$(Agent.OS)"' + # - task: Cache@2 + # inputs: + # key: '"npm" | "$(Agent.OS)" | src/DotVVM.Framework/package.json' + # path: $(DOTVVM_ROOT)/.npm + # restoreKeys: '"npm" | "$(Agent.OS)"' - task: Cache@2 inputs: key: '"nuget" | "$(Agent.OS)" | **/*.csproj | **/packages.config'