An Azure Pipelines adapter for the cloudbuild-task-contracts.
npm install 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.
``ts
import { factory } from 'cloudbuild-task-azp';
import { run } from './MyPortableTask';
run(factory);
``