We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47602df commit 1d7da85Copy full SHA for 1d7da85
azure-pipeline/build_frontend.yml
@@ -61,7 +61,7 @@ jobs:
61
restoreKeys: |
62
yarn | "$(Agent.OS)"
63
yarn
64
- path: $(Pipeline.Workspace)/.yarn/cache
+ path: $(System.DefaultWorkingDirectory)/frontend/.yarn/cache
65
continueOnError: true
66
67
# ---------------------------------------------------
@@ -74,7 +74,7 @@ jobs:
74
displayName: "📥 Install dependencies"
75
workingDirectory: $(System.DefaultWorkingDirectory)/frontend
76
env:
77
- YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn/cache
+ YARN_CACHE_FOLDER: $(System.DefaultWorkingDirectory)/frontend/.yarn/cache
78
79
80
# Code Quality Checks (PR only)
0 commit comments