SSCMBatch.

OutputFile Property

Summary

File to direct all standard output to. When executing commands from the input file, all output is written to this file instead of being displayed on the screen.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.SurroundSCM
Containing Type
SSCMBatch

Syntax

[TaskAttribute("output", Required = false)]
public FileInfo OutputFile { get; set; }

Attributes

Type Description
TaskAttribute

Value

Type Description
FileInfo