From cbb3f52d249a29968ff411f7ded6993d54a0e578 Mon Sep 17 00:00:00 2001 From: HarshaNalluru <10452642+HarshaNalluru@users.noreply.github.com> Date: Tue, 13 Aug 2019 15:28:11 -0700 Subject: [PATCH] Disable automatic publishing (for cosmos) --- .scripts/common.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/common.ts b/.scripts/common.ts index db27633cc2d..3c0f19581e1 100644 --- a/.scripts/common.ts +++ b/.scripts/common.ts @@ -112,6 +112,7 @@ function isPackageFolderPath(folderPath: string, packagesToIgnore: string[]): bo } export const packagesToIgnore: string[] = [ + "@azure/cosmos", "@azure/storage-blob", "@azure/storage-file", "@azure/storage-queue",