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"
|
versionSource: "fromFile"
|
||||||
versionFilePath: ".nvmrc"
|
versionFilePath: ".nvmrc"
|
||||||
|
|
||||||
# - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
|
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
|
||||||
# - task: Cache@2
|
- task: Cache@2
|
||||||
# inputs:
|
inputs:
|
||||||
# key: 'yarn | "$(Agent.OS)" | yarn.lock'
|
key: 'yarn | "$(Agent.OS)" | yarn.lock'
|
||||||
# path: $(YARN_CONFIG_CACHE)
|
path: $(YARN_CACHE_FOLDER)
|
||||||
# displayName: Cache yarn
|
displayName: Cache yarn
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
yarn config -v
|
|
||||||
yarn set version stable
|
yarn set version stable
|
||||||
displayName: "Setup yarn v3"
|
displayName: "Setup yarn v3"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue