File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
script/vsts/platforms/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
- task : Cache@2
12
12
displayName : Cache node_modules
13
13
inputs :
14
- key : ' npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | package.json, package-lock.json, script/vsts/platforms/${{ parameters.OS }} .yml'
14
+ key : ' npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | package.json, package-lock.json, script/vsts/platforms/templates/preparation .yml'
15
15
restoreKeys : |
16
16
npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | package.json, package-lock.json
17
17
npm | "$(Agent.OS)" | "$(BUILD_ARCH)"
21
21
- task : Cache@2
22
22
displayName : Cache script/node_modules
23
23
inputs :
24
- key : ' npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | script/package.json, script/package-lock.json, script/vsts/platforms/${{ parameters.OS }} .yml'
24
+ key : ' npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | script/package.json, script/package-lock.json, script/vsts/platforms/templates/preparation .yml'
25
25
restoreKeys : |
26
26
npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | script/package.json, script/package-lock.json
27
27
npm | "$(Agent.OS)" | "$(BUILD_ARCH)"
31
31
- task : Cache@2
32
32
displayName : Cache apm/node_modules
33
33
inputs :
34
- key : ' npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | apm/package.json, apm/package-lock.json, script/vsts/platforms/${{ parameters.OS }} .yml'
34
+ key : ' npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | apm/package.json, apm/package-lock.json, script/vsts/platforms/templates/preparation .yml'
35
35
restoreKeys : |
36
36
npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | apm/package.json, apm/package-lock.json
37
37
npm | "$(Agent.OS)" | "$(BUILD_ARCH)"
You can’t perform that action at this time.
0 commit comments