Skip to content

Commit

Permalink
Set skipPublishDocMs for packages that are skipped in Language-Settin…
Browse files Browse the repository at this point in the history
…gs.ps1 and should not publish docs.
  • Loading branch information
danieljurek committed Aug 17, 2023
1 parent d969df7 commit d383cad
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 1 deletion.
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

0 comments on commit d383cad

Please sign in to comment.