debug part 2
This commit is contained in:
parent
fee575b143
commit
cdd26fd2e3
1 changed files with 6 additions and 7 deletions
|
@ -31,15 +31,14 @@ jobs:
|
|||
versionSource: "fromFile"
|
||||
versionFilePath: ".nvmrc"
|
||||
|
||||
# - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
|
||||
# - task: Cache@2
|
||||
# inputs:
|
||||
# key: 'yarn | "$(Agent.OS)" | yarn.lock'
|
||||
# path: $(YARN_CONFIG_CACHE)
|
||||
# displayName: Cache yarn
|
||||
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
|
||||
- task: Cache@2
|
||||
inputs:
|
||||
key: 'yarn | "$(Agent.OS)" | yarn.lock'
|
||||
path: $(YARN_CACHE_FOLDER)
|
||||
displayName: Cache yarn
|
||||
|
||||
- script: |
|
||||
yarn config -v
|
||||
yarn set version stable
|
||||
displayName: "Setup yarn v3"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue