Commit f417dc98 authored by Lauri Nevala's avatar Lauri Nevala
Browse files

Temporary disable cache on MacOS

Signed-off-by: default avatarLauri Nevala <lauri.nevala@gmail.com>
parent a85b5ef9
Showing with 14 additions and 16 deletions
+14 -16
...@@ -33,7 +33,6 @@ jobs: ...@@ -33,7 +33,6 @@ jobs:
key: yarn | $(Agent.OS) | yarn.lock key: yarn | $(Agent.OS) | yarn.lock
restoreKeys: | restoreKeys: |
yarn | "$(Agent.OS)" yarn | "$(Agent.OS)"
yarn
path: $(YARN_CACHE_FOLDER) path: $(YARN_CACHE_FOLDER)
displayName: Cache Yarn packages displayName: Cache Yarn packages
- script: make install-deps - script: make install-deps
...@@ -68,14 +67,13 @@ jobs: ...@@ -68,14 +67,13 @@ jobs:
inputs: inputs:
versionSpec: $(node_version) versionSpec: $(node_version)
displayName: Install Node.js displayName: Install Node.js
- task: Cache@2 #- task: Cache@2
inputs: # inputs:
key: yarn | $(Agent.OS) | yarn.lock # key: yarn | $(Agent.OS) | yarn.lock
restoreKeys: | # restoreKeys: |
yarn | "$(Agent.OS)" # yarn | "$(Agent.OS)"
yarn # path: $(YARN_CACHE_FOLDER)
path: $(YARN_CACHE_FOLDER) # displayName: Cache Yarn packages
displayName: Cache Yarn packages
- script: make install-deps - script: make install-deps
displayName: Install dependencies displayName: Install dependencies
- script: make build-npm - script: make build-npm
...@@ -114,13 +112,13 @@ jobs: ...@@ -114,13 +112,13 @@ jobs:
inputs: inputs:
versionSpec: $(node_version) versionSpec: $(node_version)
displayName: Install Node.js displayName: Install Node.js
#- task: Cache@2 - task: Cache@2
# inputs: inputs:
# key: yarn | $(Agent.OS) | yarn.lock key: yarn | $(Agent.OS) | yarn.lock
# restoreKeys: | restoreKeys: |
# yarn | "$(Agent.OS)" yarn | "$(Agent.OS)"
# path: $(YARN_CACHE_FOLDER) path: $(YARN_CACHE_FOLDER)
# displayName: Cache Yarn packages displayName: Cache Yarn packages
- script: make install-deps - script: make install-deps
displayName: Install dependencies displayName: Install dependencies
- script: make lint - script: make lint
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment