Skip to content

Commit f667e81

Browse files
authored
Skip publish MS Docs as they don't support non com.* groupIds (Azure#45072)
1 parent 7dadf0e commit f667e81

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sdk/clientcore/annotation-processor/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ extends:
3939
- name: annotation-processor
4040
groupId: io.clientcore
4141
safeName: annotationprocessor
42+
skipPublishDocMs: true
4243
releaseInBatch: ${{ parameters.release_clientcoreannotationprocessor }}
4344
AdditionalModules:
4445
- name: annotation-processor-test

sdk/clientcore/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,19 @@ extends:
5353
- name: core
5454
groupId: io.clientcore
5555
safeName: core
56+
skipPublishDocMs: true
5657
releaseInBatch: ${{ parameters.release_core }}
5758
triggeringPaths:
5859
- /sdk/parents/clientcore-parent
5960
- name: http-netty4
6061
groupId: io.clientcore
6162
safeName: httpnetty4
63+
skipPublishDocMs: true
6264
releaseInBatch: ${{ parameters.release_httpnetty4 }}
6365
- name: http-okhttp3
6466
groupId: io.clientcore
6567
safeName: httpokhttp3
68+
skipPublishDocMs: true
6669
releaseInBatch: ${{ parameters.release_httpokhttp3 }}
6770
AdditionalModules:
6871
- name: optional-dependency-tests

0 commit comments

Comments
 (0)