Skip to content

Commit

Permalink
Add PipelineFeatureSource AZP_AGENT_CHECK_IF_TASK_NODE_RUNNER_IS_DEPR…
Browse files Browse the repository at this point in the history
…ECATED
  • Loading branch information
DenisRumyantsev committed Aug 5, 2024
1 parent 1134d4e commit cd33c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Agent.Sdk/Knob/AgentKnobs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ public class AgentKnobs
nameof(CheckIfTaskNodeRunnerIsDeprecated),
"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.",
new RuntimeKnobSource("AZP_AGENT_CHECK_IF_TASK_NODE_RUNNER_IS_DEPRECATED"),
new PipelineFeatureSource("CheckIfTaskNodeRunnerIsDeprecated"),
new BuiltInDefaultKnobSource("false"));

public static readonly Knob EnableNewSecretMasker = new Knob(
Expand Down

0 comments on commit cd33c53

Please sign in to comment.