jetbrains.buildServer.configs.kotlin.v10.buildSteps / DevenvBuildStep / VSAction

VSAction

enum class VSAction

MSBuild action

Enum Values

Clean

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

Rebuild

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

Build

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

Deploy

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

Companion Object Properties

mapping

val mapping: <ERROR CLASS>