Disable generation of the public CI pipelines in Java
Open
Central-EngSys
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 144
Description
When the public CI pipelines are disabled for Java and the pullrequest pipeline is the only public pipeline, the
[prepare-pipelines.yml](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/pipelines/templates/jobs/prepare-pipelines.yml#L90) for Java needs to have the following field added
`$generatePublicCIPipeline = 'false'`
Note: Below Java you can see that JS, Python and Rust have already done this.
Contributor guide
Assessment
This issue has not been assessed yet.