diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index d941546fbd..76662463ce 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -114,13 +114,13 @@ jobs: inputs: versionSpec: $(node_version) displayName: Install Node.js - - task: Cache@2 - inputs: - key: yarn | $(Agent.OS) | yarn.lock - restoreKeys: | - yarn | "$(Agent.OS)" - path: $(YARN_CACHE_FOLDER) - displayName: Cache Yarn packages + #- task: Cache@2 + # inputs: + # key: yarn | $(Agent.OS) | yarn.lock + # restoreKeys: | + # yarn | "$(Agent.OS)" + # path: $(YARN_CACHE_FOLDER) + # displayName: Cache Yarn packages - script: make install-deps displayName: Install dependencies - script: make lint