InvokePowerShellCommand Properties

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image

The InvokePowerShellCommand type exposes the following members.

Properties

  NameDescription
Public propertyArguments
Gets or sets any arguments to be provided to the script

Field Value

An arguments list for the command as a string
Public propertyBuildWorkspace
Gets or sets the build workspace. This is used to obtain a powershell script from a source control path
Public propertyScript
Gets or sets the powershell command script to execute.

See Also