Skip to content

Commit 18e0084

Browse files
authored
Add PipelineFeatureSource AZP_AGENT_CHECK_IF_TASK_NODE_RUNNER_IS_DEPRECATED (#4924)
1 parent f9728a3 commit 18e0084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Agent.Sdk/Knob/AgentKnobs.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,7 @@ public class AgentKnobs
645645
nameof(CheckIfTaskNodeRunnerIsDeprecated),
646646
"If true, the agent will check in the 'Initialize job' step each task used in the job if this task has node handlers, and all of them are deprecated.",
647647
new RuntimeKnobSource("AZP_AGENT_CHECK_IF_TASK_NODE_RUNNER_IS_DEPRECATED"),
648+
new PipelineFeatureSource("CheckIfTaskNodeRunnerIsDeprecated"),
648649
new BuiltInDefaultKnobSource("false"));
649650

650651
public static readonly Knob EnableNewSecretMasker = new Knob(

0 commit comments

Comments
 (0)