VSDevEnv Properties

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image

The VSDevEnv type exposes the following members.

Properties

  NameDescription
Public propertyConfiguration
The Configuration to Build.
Public propertyDevEnvPath
The path to DevEnv.exe. Default is DevEnv.exe, so the path should be in your Path Environment Variable.
Public propertyFilePath
The Path to the solution or Project to build
Public propertyOutputFile
Specifies the File to log all output to.
Public propertyRebuild
Specifies whether Clean and then build the solution or project with the specified configuration. Default is false

See Also