Files
vscode/build
a1b976d1f2 build: gate "Release build if successful" checkbox to insider quality (#324299)
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>
2026-07-09 18:20:20 +00:00
..
2026-07-03 17:48:37 +02:00
2026-06-22 16:36:02 +02:00
2026-05-27 14:57:41 +02:00
2026-05-19 23:06:02 -07:00