Release Packaging Pipeline Orchestration (#27611)
### Description
Release packaging currently requires manually triggering and monitoring
multiple independent pipelines (Python, Nuget, Java, NPM, iOS, etc.).
This PR introduces a unified orchestration framework that triggers all
packaging pipelines from a single master pipeline, monitors them in
parallel, and reports aggregated results.
### Motivation and Context
* main-release-pipeline.yml — A 1ES pipeline with per-pipeline
enable/disable toggles, dry-run support, and configurable target branch.
*
[trigger_and_wait_pipelines.py](vscode-file://vscode-app/c:/Users/kusbandi/AppData/Local/Programs/Microsoft%20VS%20Code/ce099c1ed2/resources/app/out/vs/code/electron-browser/workbench/workbench.html)
— Python orchestrator that triggers ~11 packaging pipelines via ADO REST
API, polls them every 60s, and logs status to Azure Kusto for analytics.
---------
Co-authored-by: Kusuma Padma Kavya Bandi <kusbandi@microsoft.com>