This commit is contained in:
Core 2023-05-09 22:23:42 +01:00
parent 4644dbe5b4
commit 24bba7c31b
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions

View file

@ -31,12 +31,12 @@ 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_CONFIG_CACHE)
# displayName: Cache yarn
- script: |
yarn set version from sources