RepositoryCleanOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public enum RepositoryCleanOptions
type RepositoryCleanOptions =
Public Enum RepositoryCleanOptions
- Inheritance
-
RepositoryCleanOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
Source | 0 | |
SourceAndOutputDir | 1 | |
SourceDir | 2 | Re-create $(build.sourcesDirectory) |
AllBuildDir | 3 | Re-create $(agnet.buildDirectory) which contains $(build.sourcesDirectory), $(build.binariesDirectory) and any folders that left from previous build. |