UNPKG

@rushstack/rush-azure-storage-build-cache-plugin

Version:

Rush plugin for Azure storage cloud build cache

12 lines 996 B
"use strict"; // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. Object.defineProperty(exports, "__esModule", { value: true }); exports.AzureStorageAuthentication = exports.AzureAuthenticationBase = void 0; const RushAzureStorageBuildCachePlugin_1 = require("./RushAzureStorageBuildCachePlugin"); var AzureAuthenticationBase_1 = require("./AzureAuthenticationBase"); Object.defineProperty(exports, "AzureAuthenticationBase", { enumerable: true, get: function () { return AzureAuthenticationBase_1.AzureAuthenticationBase; } }); var AzureStorageAuthentication_1 = require("./AzureStorageAuthentication"); Object.defineProperty(exports, "AzureStorageAuthentication", { enumerable: true, get: function () { return AzureStorageAuthentication_1.AzureStorageAuthentication; } }); exports.default = RushAzureStorageBuildCachePlugin_1.RushAzureStorageBuildCachePlugin; //# sourceMappingURL=index.js.map