The DevEnv type exposes the following members.

Constructors

  NameDescription
DevEnv

Methods

  NameDescription
Execute
Executes the DevEnv task logic.
(Overrides ToolTask..::.Execute()()().)

Properties

  NameDescription
AdditionalCommandLineSwitches
A catch-all property for specifying additional command-line switches (e.g. /useenv) as necessary.
BuildUri
The Uri of the Build for which this task is executing.
OutputFile
Sets the output file to append the build log to.
Project
The project to be built using DevEnv. Either Solution *or* Project (or both) must be specified.
ProjectConfiguration
The project configuration to be Built, Rebuilt, Cleaned, or Deployed. For example, "Debug" or "Debug|AnyCPU".
Solution
The solution to be built using DevEnv. Either Solution or Project (or both) must be specified.
SolutionConfiguration
The solution configuration to be Built, Rebuilt, Cleaned, or Deployed. For example "Debug".
SolutionPlatform
The solution platform to be Built, Rebuilt, Cleaned, or Deployed. For example "Any CPU".
Target
The target to be executed - either Build, Rebuild, Clean, or Deploy. Default is Build.
TeamFoundationServerUrl
The Url of the Team Foundation Server.
Version
The (major) version of DevEnv.com that should be invoked. Default is 9 (2008).

See Also