Azure DevOps build task to download built-in extension details (#116938)

This commit is contained in:
Ladislau Szomoru
2021-02-19 18:10:40 +01:00
committed by GitHub
parent 6d45122282
commit 2b230e4b26
8 changed files with 357 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import { Stream } from 'stream';
const mkdirp = require('mkdirp');
interface IExtensionDefinition {
export interface IExtensionDefinition {
name: string;
version: string;
repo: string;