You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style(audience): always show step scope in name, derive Unity scope from matrix
Detect or Install Unity now always shows "(Windows + macOS only)" in
the step name, derived in the setup job from desktop_targets that
carry an install_unity_script. Adding or removing such a target
updates the label automatically.
Detect or Install VS Build Tools always shows
"(StandaloneWindows64 IL2CPP only)". This scope is structurally fixed
so the label lives as a static job env value.
In both cases the if: condition derives from the same source as the
label (matrix data or the env), so name and condition cannot drift.
0 commit comments