mirror of
https://github.com/actions/runner.git
synced 2025-12-11 21:06:55 +00:00
Remove Temporary Serialization Shim (#2549)
This commit is contained in:
committed by
GitHub
parent
896152d78e
commit
229b9b8ecc
@@ -7,10 +7,5 @@ namespace GitHub.Actions.RunService.WebApi
|
||||
{
|
||||
[DataMember(Name = "jobMessageId", EmitDefaultValue = false)]
|
||||
public string JobMessageId { get; set; }
|
||||
|
||||
// This field will be removed in an upcoming Runner release.
|
||||
// It's left here temporarily to facilitate the transition to the new field name, JobMessageId.
|
||||
[DataMember(Name = "streamId", EmitDefaultValue = false)]
|
||||
public string StreamId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user