Skip to content

Commit a1e9a01

Browse files
authored
ensure that when azure-storage-extensions is added as a dev_req to any of azure-storage-blob, azure-storage-file-datalake, azure-storage-file-share, or azure-storage-queue, changes to those packages properly trigger an assembly of the platform-specific wheels for azure-storage-extensions (#46582)
1 parent 3dc8538 commit a1e9a01

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sdk/storage/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ extends:
5454
safeName: azurestoragequeue
5555
- name: azure-storage-extensions
5656
safeName: azurestorageextensions
57+
triggeringPaths:
58+
- /sdk/storage/azure-storage-blob
59+
- /sdk/storage/azure-storage-file-datalake
60+
- /sdk/storage/azure-storage-file-share
61+
- /sdk/storage/azure-storage-queue
5762
# Pure C-based storage extension package, not generating docs at this moment.
5863
skipPublishDocGithubIo: true
5964
skipPublishDocMs: true

0 commit comments

Comments
 (0)