fix linux cache (#8111)

This commit is contained in:
Anthony Dresser
2019-10-30 11:02:53 -07:00
committed by GitHub
parent f7b8a019cd
commit 004297aea6

View File

@@ -28,7 +28,7 @@ steps:
inputs:
keyfile: '.yarnrc, remote/.yarnrc, **/yarn.lock, !**/node_modules/**/yarn.lock, !**/.*/**/yarn.lock'
targetfolder: '**/node_modules, !**/node_modules/**/node_modules'
vstsFeed: '$(ArtifactFeed)' # {{SQL CARBON EDIT}} update build cache
vstsFeed: '$(build-cache)' # {{SQL CARBON EDIT}} update build cache
condition: and(succeeded(), ne(variables['CacheRestored'], 'true'))
- script: |
yarn electron x64