Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set skipPublishDocMs to true for packages which do not build docs #36385

Merged
merged 3 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sdk/aot/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ extends:
groupId: com.azure
safeName: azureaotgraalvmsupport
releaseInBatch: ${{ parameters.release_azureaotgraalvmsupport }}
skipPublishDocMs: true
- name: azure-aot-graalvm-support-netty
groupId: com.azure
safeName: azureaotgraalvmsupportnetty
releaseInBatch: ${{ parameters.release_azureaotgraalvmsupportnetty }}
skipPublishDocMs: true
AdditionalModules:
- name: azure-aot-graalvm-samples
groupId: com.azure
Expand Down
2 changes: 2 additions & 0 deletions sdk/core/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ extends:
- name: azure-core-experimental
groupId: com.azure
safeName: azurecoreexperimental
skipPublishDocMs: true
- name: azure-core-http-jdk-httpclient
groupId: com.azure
safeName: azurecorehttpjdkhttpclient
Expand Down Expand Up @@ -271,6 +272,7 @@ extends:
- name: azure-core-test
groupId: com.azure
safeName: azurecoretest
skipPublishDocMs: true
- name: azure-core-tracing-opentelemetry
groupId: com.azure
safeName: azurecoretracingopentelemetry
Expand Down
1 change: 1 addition & 0 deletions sdk/cosmos/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ extends:
groupId: com.azure
safeName: azurecosmostest
releaseInBatch: ${{ parameters.release_azurecosmostest }}
skipPublishDocMs: true
AdditionalModules:
- name: azure-cosmos-tests
groupId: com.azure
Expand Down
3 changes: 2 additions & 1 deletion sdk/personalizer/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ extends:
Artifacts:
- name: azure-ai-personalizer
groupId: com.azure
safeName: azureaipersonalizer
safeName: azureaipersonalizer
skipPublishDocMs: true
1 change: 1 addition & 0 deletions sdk/storagemover/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ extends:
groupId: com.azure.resourcemanager
safeName: azureresourcemanagerstoragemover
releaseInBatch: ${{ parameters.release_azureresourcemanagerstoragemover }}
skipPublishDocMs: true
3 changes: 3 additions & 0 deletions sdk/template/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,17 @@ extends:
groupId: com.azure
safeName: azuresdktemplate
releaseInBatch: ${{ parameters.release_azuresdktemplate }}
skipPublishDocMs: true
- name: azure-sdk-template-two
groupId: com.azure
safeName: azuresdktemplatetwo
releaseInBatch: ${{ parameters.release_azuresdktemplatetwo }}
skipPublishDocMs: true
- name: azure-sdk-template-three
groupId: com.azure
safeName: azuresdktemplatethree
releaseInBatch: ${{ parameters.release_azuresdktemplatethree }}
skipPublishDocMs: true
AdditionalModules:
- name: azure-template-perf
groupId: com.azure
Expand Down
1 change: 1 addition & 0 deletions sdk/voiceservices/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ extends:
groupId: com.azure.resourcemanager
safeName: azureresourcemanagervoiceservices
releaseInBatch: ${{ parameters.release_azureresourcemanagervoiceservices }}
skipPublishDocMs: true