@rushstack/rush-http-build-cache-plugin
Version:
Rush plugin for generic HTTP cloud build cache
12 lines (11 loc) • 351 B
JSON
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-plugin-manifest.schema.json",
"plugins": [
{
"pluginName": "rush-http-build-cache-plugin",
"description": "Rush plugin for generic HTTP build cache",
"entryPoint": "lib/index.js",
"optionsSchema": "lib/schemas/http-config.schema.json"
}
]
}