|
13 | 13 | inputs:
|
14 | 14 | key: 'npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | package.json, package-lock.json, script/vsts/platforms/templates/preparation.yml, script/vsts/platforms/${{ parameters.OS }}.yml'
|
15 | 15 | restoreKeys: |
|
16 |
| - npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | package.json, package-lock.json |
17 |
| - npm | "$(Agent.OS)" | "$(BUILD_ARCH)" |
| 16 | + npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | package.json, script/vsts/platforms/templates/preparation.yml, script/vsts/platforms/${{ parameters.OS }}.yml |
| 17 | + npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | script/vsts/platforms/templates/preparation.yml, script/vsts/platforms/${{ parameters.OS }}.yml |
18 | 18 | path: 'node_modules'
|
19 | 19 | cacheHitVar: MainNodeModulesRestored
|
20 | 20 |
|
|
23 | 23 | inputs:
|
24 | 24 | key: 'npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | script/package.json, script/package-lock.json, script/vsts/platforms/templates/preparation.yml, script/vsts/platforms/${{ parameters.OS }}.yml'
|
25 | 25 | restoreKeys: |
|
26 |
| - npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | script/package.json, script/package-lock.json |
27 |
| - npm | "$(Agent.OS)" | "$(BUILD_ARCH)" |
| 26 | + npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | script/package.json, script/vsts/platforms/templates/preparation.yml, script/vsts/platforms/${{ parameters.OS }}.yml |
| 27 | + npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | script/vsts/platforms/templates/preparation.yml, script/vsts/platforms/${{ parameters.OS }}.yml |
28 | 28 | path: 'script/node_modules'
|
29 | 29 | cacheHitVar: ScriptNodeModulesRestored
|
30 | 30 |
|
|
33 | 33 | inputs:
|
34 | 34 | key: 'npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | apm/package.json, apm/package-lock.json, script/vsts/platforms/templates/preparation.yml, script/vsts/platforms/${{ parameters.OS }}.yml'
|
35 | 35 | restoreKeys: |
|
36 |
| - npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | apm/package.json, apm/package-lock.json |
37 |
| - npm | "$(Agent.OS)" | "$(BUILD_ARCH)" |
| 36 | + npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | apm/package.json, script/vsts/platforms/templates/preparation.yml, script/vsts/platforms/${{ parameters.OS }}.yml |
| 37 | + npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | script/vsts/platforms/templates/preparation.yml, script/vsts/platforms/${{ parameters.OS }}.yml |
38 | 38 | path: 'apm/node_modules'
|
39 | 39 | cacheHitVar: ApmNodeModulesRestored
|
0 commit comments