0.1.185-beta • Published 11 months ago

cloudbuild-task-azp v0.1.185-beta

Weekly downloads
3
License
MIT
Repository
github
Last release
11 months ago

cloudbuild-task-azp

These NPM packages are typed with TypeScript MIT license Required Node

This package depends on azure-pipelines-task-lib

This package implements the cloudbuild-task-contracts abstraction for Azure Pipelines, allowing a build task that was written against that abstraction to run as an Azure Pipelines task.

Example usage

import { factory } from 'cloudbuild-task-azp';
import { run } from './MyPortableTask';

run(factory);