Path: blob/main/build/azure-pipelines/common/sign-win32.js
3520 views
"use strict";1var __importDefault = (this && this.__importDefault) || function (mod) {2return (mod && mod.__esModule) ? mod : { "default": mod };3};4Object.defineProperty(exports, "__esModule", { value: true });5/*---------------------------------------------------------------------------------------------6* Copyright (c) Microsoft Corporation. All rights reserved.7* Licensed under the MIT License. See License.txt in the project root for license information.8*--------------------------------------------------------------------------------------------*/9const sign_1 = require("./sign");10const path_1 = __importDefault(require("path"));11(0, sign_1.main)([12process.env['EsrpCliDllPath'],13'sign-windows',14path_1.default.dirname(process.argv[2]),15path_1.default.basename(process.argv[2])16]);17//# sourceMappingURL=sign-win32.js.map1819