mirror of
https://github.com/actions/runner.git
synced 2026-03-15 09:20:44 -04: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