TaskRunnerRun Method

This is used to run a step in the build process

Definition

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public void Run(
	string processFilename,
	string targetFile,
	string arguments
)

Parameters

processFilename  String
The process to execute.
targetFile  String
An optional target file that the process will operate on such as an MSBuild project file.
arguments  String
An optional set of arguments to pass to the process

See Also