Skip to content

Commit

Permalink
Use correct cache folder for Yarn 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Aug 9, 2021
1 parent b9adc2d commit 924cf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
- name: "Build.ArtifactStagingDirectory"
value: "Artifacts/"
- name: "YARN_CACHE_FOLDER"
value: "$(Pipeline.Workspace)/.yarn"
value: "$(Pipeline.Workspace)/.yarn/cache"

parameters:
- name: "CakeTarget"
Expand Down

0 comments on commit 924cf05

Please sign in to comment.