Listen directly to Broker for messages (#2500)

This commit is contained in:
Luke Tomlinson
2023-03-24 14:00:34 -04:00
committed by GitHub
parent 74eeb82684
commit 92258f9ea1
5 changed files with 360 additions and 1 deletions

View File

@@ -53,6 +53,9 @@ namespace GitHub.Runner.Common
[DataMember(EmitDefaultValue = false)]
public bool UseV2Flow { get; set; }
[DataMember(EmitDefaultValue = false)]
public string ServerUrlV2 { get; set; }
[IgnoreDataMember]
public bool IsHostedServer
{