Disable the automatic publishing for the servicebus package
This commit is contained in:
Родитель
530f4920c8
Коммит
597bde0d15
|
@ -102,7 +102,7 @@ function isPackageFolderPath(folderPath: string, packagesToIgnore: string[]): bo
|
||||||
return result;
|
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 const folderNamesToIgnore: string[] = ["node_modules"];
|
||||||
|
|
||||||
export function getPackageFolderPaths(packagesFolderPath: string): string[] | undefined {
|
export function getPackageFolderPaths(packagesFolderPath: string): string[] | undefined {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче