Skip to content

Commit

Permalink
Fix ProcessTasks.StartProcess to be public for accessibility in gener…
Browse files Browse the repository at this point in the history
…ated tasks
  • Loading branch information
matkoch committed Mar 12, 2023
1 parent 086dddd commit 51ac6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Nuke.Tooling/ProcessTasks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static IProcess StartProcess(ToolSettings toolSettings)

#if NET6_0_OR_GREATER

internal static IProcess StartProcess(
public static IProcess StartProcess(
string toolPath,
ref ArgumentStringHandler arguments,
string workingDirectory = null,
Expand Down

0 comments on commit 51ac6c4

Please sign in to comment.