Skip to content

Commit 6818a01

Browse files
authored
Add coreV2 skips and fix parent CI (Azure#44643)
1 parent 30ed5a7 commit 6818a01

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sdk/corev2/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ extends:
4747
- name: azure-core
4848
groupId: com.azure.v2
4949
safeName: azurecore
50+
skipPublishDocMs: true
5051
releaseInBatch: ${{ parameters.release_azurecore }}
5152
triggeringPaths:
5253
- /sdk/parents/azure-client-sdk-parent-v2
5354
- name: azure-core-test
5455
groupId: com.azure.v2
5556
safeName: azurecoretest
57+
skipPublishDocMs: true
5658
releaseInBatch: ${{ parameters.release_azurecoretest }}

sdk/parents/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ extends:
4343
groupId: com.azure
4444
safeName: azureclientsdkparent
4545
releaseInBatch: ${{ parameters.release_azureclientsdkparent }}
46-
- name: azure-client-sdk-parent-v2
47-
groupId: com.azure
46+
- name: azure-client-sdk-parent
47+
groupId: com.azure.v2
4848
safeName: azureclientsdkparentv2
4949
releaseInBatch: ${{ parameters.release_azureclientsdkparentv2 }}
5050
- name: clientcore-parent

0 commit comments

Comments
 (0)