Compare updated template evaluator (#4092)
This commit is contained in:
@@ -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