VSDevEnv Properties
From TFS Build Extensions
The VSDevEnv type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Configuration |
The Configuration to Build.
| |
| DevEnvPath |
The path to DevEnv.exe. Default is DevEnv.exe, so the path should be in your Path Environment Variable.
| |
| FilePath |
The Path to the solution or Project to build
| |
| OutputFile |
Specifies the File to log all output to.
| |
| Rebuild |
Specifies whether Clean and then build the solution or project with the specified configuration. Default is false
|