disable java CI pipeline generation (#6621)

Co-authored-by: Scott Beddall <scbedd@microsoft.com>
This commit is contained in:
Azure SDK Bot 2025-06-09 16:35:29 -07:00 committed by GitHub
parent ef5c3cfc45
commit 0676c77217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,6 +88,7 @@ jobs:
switch ($lang)
{
"java" {
$generatePublicCIPipeline = 'false'
$internalVariableGroups = '$(AzureSDK_Maven_Release_Pipeline_Secrets) $(Release_Secrets_for_GitHub) $(APIReview_AutoCreate_Configurations)'
$testVariableGroups = '$(Secrets_for_Resource_Provisioner)'
}