Skip to main content

META_SETVARIABLE_ADO

Constant META_SETVARIABLE_ADO 

Source
pub const META_SETVARIABLE_ADO: &str = "setvariable_ado";
Expand description

Marks a Step that came from an ADO ##vso[task.setvariable] call (as opposed to a GHA >> $GITHUB_ENV redirect). Used to distinguish the two env-gate write patterns so BUG-4 suppression only applies to ADO plain-value writes.