diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f36e0d57..70e740de 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,12 +35,12 @@ jobs: - task: Cache@2 inputs: key: 'yarn | "$(Agent.OS)" | yarn.lock' - path: $(YARN_CACHE_FOLDER) + path: $(YARN_CONFIG_CACHE) displayName: Cache yarn - script: | - yarn config set cache-folder /usr/local/Caches/yarn yarn --version + # yarn set version stable displayName: "Setup yarn v3" # Install dependencies (immutable for non-PR builds)