Skip to content

Commit

Permalink
Add skipPublishDocMs to false error reports in docs heuristics (#26773)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljurek committed Aug 10, 2023
1 parent dcbfdd3 commit 5dd56f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion eng/pipelines/templates/stages/archetype-js-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ stages:
parameters:
PackageInfoLocations:
- ${{ each artifact in parameters.Artifacts }}:
- $(Pipeline.Workspace)/${{parameters.ArtifactName}}/PackageInfo/${{artifact.name}}.json
- ${{if ne(artifact.skipPublishDocMs, 'true')}}:
- $(Pipeline.Workspace)/${{parameters.ArtifactName}}/PackageInfo/${{artifact.name}}.json
RepoId: Azure/azure-sdk-for-js
WorkingDirectory: $(System.DefaultWorkingDirectory)
TargetDocRepoOwner: ${{parameters.TargetDocRepoOwner}}
Expand Down
1 change: 0 additions & 1 deletion eng/scripts/validate-docs-package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ function DockerValidation() {
return GetResult $true $Package $installOutput
}


if (!$DocValidationImageId) {
FallbackValidation
}
Expand Down
2 changes: 2 additions & 0 deletions sdk/core/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ extends:
safeName: azurecorehttp
- name: azure-core-rest-pipeline
safeName: azurecorerestpipeline
# TODO: Remove when REX validation tool is integrated: https://github.com/Azure/azure-sdk-for-js/issues/26770
skipPublishDocMs: true
- name: azure-core-lro
safeName: azurecorelro
- name: azure-core-paging
Expand Down
4 changes: 4 additions & 0 deletions sdk/identity/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ extends:
safeName: azureidentity
- name: azure-identity-cache-persistence
safeName: azureidentitycachepersistence
# TODO: Remove when REX validation tool is integrated: https://github.com/Azure/azure-sdk-for-js/issues/26770
skipPublishDocMs: true
- name: azure-identity-vscode
safeName: azureidentityvscode
# TODO: Remove when REX validation tool is integrated: https://github.com/Azure/azure-sdk-for-js/issues/26770
skipPublishDocMs: true

0 comments on commit 5dd56f5

Please sign in to comment.