mirror of
https://github.com/actions/runner.git
synced 2025-12-14 04:53:34 +00:00
Send stepNumber for annotation to run-service (#3614)
This commit is contained in:
@@ -31,5 +31,8 @@ namespace Sdk.RSWebApi.Contracts
|
||||
|
||||
[DataMember(Name = "endColumn", EmitDefaultValue = false)]
|
||||
public long EndColumn;
|
||||
|
||||
[DataMember(Name = "stepNumber", EmitDefaultValue = false)]
|
||||
public long StepNumber;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user