Skip to content

Commit

Permalink
disable automatic publishing for storage package
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshaNalluru committed Feb 22, 2019
1 parent b643722 commit 508a74f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .scripts/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ function isPackageFolderPath(folderPath: string, packagesToIgnore: string[]): bo
}

export const packagesToIgnore: string[] = [
"@azure/storage-blob",
"@azure/storage-file",
"@azure/storage-queue",
"@azure/event-hubs",
"@azure/event-processor-host",
"@azure/keyvault",
Expand Down

0 comments on commit 508a74f

Please sign in to comment.