Disable the automatic publishing for the servicebus package

This commit is contained in:
alexghiondea 2019-01-22 11:54:01 -08:00
Родитель 530f4920c8
Коммит 597bde0d15
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -102,7 +102,7 @@ function isPackageFolderPath(folderPath: string, packagesToIgnore: string[]): bo
return result;
}
export const packagesToIgnore: string[] = ["@azure/keyvault", "@azure/template"];
export const packagesToIgnore: string[] = ["@azure/keyvault", "@azure/template", "@azure/service-bus"];
export const folderNamesToIgnore: string[] = ["node_modules"];
export function getPackageFolderPaths(packagesFolderPath: string): string[] | undefined {