RepositoryCleanOptions enum
Campos
| Source = 0 | Execute git clean -fdx && git reset --hard or Tf /scorch on $(build.sourcesDirectory) |
| SourceAndOutputDir = 1 | Execute git clean -fdx && git reset --hard or Tf /scorch on $(build.sourcesDirectory), também recriar $(build.binariesDirectory) |
| SourceDir = 2 | Recriar $(build.sourcesDirectory) |
| AllBuildDir = 3 | Crie novamente $(agnet.buildDirectory) que contém $(build.sourcesDirectory), $(build.binariesDirectory) e todas as pastas que saíram do build anterior. |