mirror of
https://github.com/actions/runner.git
synced 2025-12-13 19:03:44 +00:00
Compare updated template evaluator (#4092)
This commit is contained in:
14
src/Sdk/WorkflowParser/Conversion/EmptyServerTraceWriter.cs
Normal file
14
src/Sdk/WorkflowParser/Conversion/EmptyServerTraceWriter.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace GitHub.Actions.WorkflowParser.Conversion
|
||||
{
|
||||
internal sealed class EmptyServerTraceWriter : IServerTraceWriter
|
||||
{
|
||||
public void TraceAlways(
|
||||
Int32 tracepoint,
|
||||
String format,
|
||||
params Object[] arguments)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user