diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 1f32789f4e..d941546fbd 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -119,7 +119,6 @@ jobs: key: yarn | $(Agent.OS) | yarn.lock restoreKeys: | yarn | "$(Agent.OS)" - yarn path: $(YARN_CACHE_FOLDER) displayName: Cache Yarn packages - script: make install-deps