From 5cbc41c8c4ce460ba41c798d2a5bf1b83432ca49 Mon Sep 17 00:00:00 2001 From: Jeremy Meng Date: Sat, 16 Feb 2019 00:11:06 +0000 Subject: [PATCH] Disable auto-publishing of testhub --- .scripts/common.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.scripts/common.ts b/.scripts/common.ts index 4799263c8039..159946625e4f 100644 --- a/.scripts/common.ts +++ b/.scripts/common.ts @@ -107,7 +107,8 @@ export const packagesToIgnore: string[] = [ "@azure/event-processor-host", "@azure/keyvault", "@azure/service-bus", - "@azure/template" + "@azure/template", + "testhub" ]; export const folderNamesToIgnore: string[] = ["node_modules"];