RepositoryCleanOptions enum

Fields

Source = 0

Run git clean -fdx && git reset --hard or Tf /scorch on $(build.sourcesDirectory)

SourceAndOutputDir = 1

Run git clean -fdx && git reset --hard or Tf /scorch on $(build.sourcesDirectory), also re-create $(build.binariesDirectory)

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.