Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a step of skipping package json update for spring boot packages (…
…#1274) **Issue to solve**: Spring boot starter packages has no API documentations, so the Java Doc CI build failed to retrieve the documentation. Synced with Spring team, they expect to have readme only in Overview page without API. e.g: https://review.docs.microsoft.com/en-us/java/api/overview/azure/spring-boot-starter-cosmos-readme-pre?view=azure-java-preview&branch=smoke-test Currently, we manually do the updates. **Purpose of the PR**: Add a variable which passes through `ci.yml` to skip updating `package.json`, so we only update readme through the release pipeline. That's how we pass the Java CI build and achieve the purpose of displaying readme only in Dos.Ms for spring boot starter packages. Tested PR: Azure/azure-sdk-for-java#18077 Tested in pipeline: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=650940&view=logs&j=df6dbc9d-9cb6-55ac-00c8-bc457d14297a&t=df6dbc9d-9cb6-55ac-00c8-bc457d14297a The PR generated by pipeline: https://github.com/Azure/azure-docs-sdk-java/pull/1571/files
- Loading branch information