BuildResult Enum

Summary

Specifies the result of the build.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["BuildResult"] class Type type-node

Syntax

public enum BuildResult

Fields

Name Constant Value Summary
Failed 0
The build failed.
static
Success 1
The build succeeded.
static
SuccessOutputUpdated 2
The build succeeded and the output was updated.
static