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 1111 - task : Cache@2
1212 displayName : Cache node_modules
1313 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'
1515 restoreKeys : |
1616 npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | package.json, package-lock.json
1717 npm | "$(Agent.OS)" | "$(BUILD_ARCH)"
2121 - task : Cache@2
2222 displayName : Cache script/node_modules
2323 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'
2525 restoreKeys : |
2626 npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | script/package.json, script/package-lock.json
2727 npm | "$(Agent.OS)" | "$(BUILD_ARCH)"
3131 - task : Cache@2
3232 displayName : Cache apm/node_modules
3333 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'
3535 restoreKeys : |
3636 npm | "$(Agent.OS)" | "$(BUILD_ARCH)" | apm/package.json, apm/package-lock.json
3737 npm | "$(Agent.OS)" | "$(BUILD_ARCH)"
You can’t perform that action at this time.
0 commit comments