disable prepare pipelines for net CI jobs (#6529)
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
This commit is contained in:
parent
5b055e8fcd
commit
95a88de9ef
@ -110,6 +110,7 @@ jobs:
|
||||
$generateUnifiedWeekly = 'true'
|
||||
}
|
||||
"net" {
|
||||
$generatePublicCIPipeline = 'false'
|
||||
$internalVariableGroups = '$(AzureSDK_Nuget_Release_Pipeline_Secrets) $(Release_Secrets_for_GitHub) $(APIReview_AutoCreate_Configurations)'
|
||||
$testVariableGroups = '$(Secrets_for_Resource_Provisioner)'
|
||||
$internalServiceConnections += ' "Azure SDK Symbols Publishing" Nuget.org'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user