UNPKG

gl-vsts-tasks-build-scripts

Version:

This package provides NPM utility commands to ease Azure Pipelines Tasks extensions developement. This currently powers the development process behind Geek Learning's extensions.

9 lines (8 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var path = require("path"); function getConfiguration() { var currentDirectory = process.cwd(); return require(path.join(currentDirectory, "configuration.json")); } exports.getConfiguration = getConfiguration;