VSAction

enum VSAction : Enum<DevenvBuildStep.VSAction>

MSBuild action

Entries

Link copied to clipboard

Builds the solution, along with files necessary for deployment, according to the solution's configuration

Link copied to clipboard

Builds the specified solution or project according to the configuration of the specified solution

Link copied to clipboard

Cleans and then builds the specified solution or project according to the configuration of the specified solution

Link copied to clipboard

Deletes any files created by the build command, without affecting source files

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int