Skip to content

Commit 31788ba

Browse files
committed
add a message for each file that is being processed
1 parent 9512f15 commit 31788ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NetcodePatcher.MSBuild.Tasks/NetcodePatchTask.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ void RunPatch(ITaskItem patchSpecifier)
9999
outputPath = Path.Combine(outputPath, noOverwrite ? $"{Path.GetFileNameWithoutExtension(pluginAssembly.Name)}_patched{Path.GetExtension(pluginAssembly.Name)}" : pluginAssembly.Name);
100100
}
101101

102+
Serilog.Log.Information("Processing : {input}", inputPath);
102103
patchMethod.Invoke(null, [inputPath, outputPath, ReferenceAssemblyPaths.Select(info => info.ItemSpec).ToArray()]);
103104
}
104105

0 commit comments

Comments
 (0)