mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-19 14:22:19 +01:00
The manual "Release build if successful" build parameter (VSCODE_RELEASE) previously drove the ApproveRelease/Release stages regardless of the build quality. This clarifies the intent by: - Renaming the parameter label to "Release build if successful (ONLY FOR INSIDER)" so it is obvious the checkbox only applies to insider builds. - Adding an `eq(variables['VSCODE_QUALITY'], 'insider')` guard to the stage condition so the release stages are only emitted for insider quality, even if the box is checked on a stable/exploration build. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>