🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

cloudbuild-task-azp

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudbuild-task-azp

An Azure Pipelines adapter for the cloudbuild-task-contracts.

0.1.185-beta
latest
Source
npm
Version published
Weekly downloads
40
1900%
Maintainers
1
Weekly downloads
 
Created
Source

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);

FAQs

Package last updated on 22 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts