mirror of
https://github.com/actions/runner.git
synced 2025-12-17 07:54:19 +00:00
Break UseV2Flow into UseV2Flow and UseRunnerAdminFlow. (#4013)
This commit is contained in:
@@ -53,6 +53,9 @@ namespace GitHub.Runner.Common
|
||||
[DataMember(EmitDefaultValue = false)]
|
||||
public bool UseV2Flow { get; set; }
|
||||
|
||||
[DataMember(EmitDefaultValue = false)]
|
||||
public bool UseRunnerAdminFlow { get; set; }
|
||||
|
||||
[DataMember(EmitDefaultValue = false)]
|
||||
public string ServerUrlV2 { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user