debug part 5
This commit is contained in:
parent
b1c35a9d30
commit
89b2bbba61
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@ jobs:
|
||||||
- task: Cache@2
|
- task: Cache@2
|
||||||
inputs:
|
inputs:
|
||||||
key: 'yarn | "$(Agent.OS)" | yarn.lock'
|
key: 'yarn | "$(Agent.OS)" | yarn.lock'
|
||||||
path: $(YARN_CACHE_FOLDER)
|
path: $(YARN_CONFIG_CACHE)
|
||||||
displayName: Cache yarn
|
displayName: Cache yarn
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
yarn config set cache-folder /usr/local/Caches/yarn
|
|
||||||
yarn --version
|
yarn --version
|
||||||
|
# yarn set version stable
|
||||||
displayName: "Setup yarn v3"
|
displayName: "Setup yarn v3"
|
||||||
|
|
||||||
# Install dependencies (immutable for non-PR builds)
|
# Install dependencies (immutable for non-PR builds)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue