RepositoryCleanOptions enum
Champs
| Source = 0 | Exécutez git propre -fdx && git reset --hard ou Tf /scorch sur $(build.sourcesDirectory) |
| SourceAndOutputDir = 1 | Exécutez git propre -fdx && git reset --hard ou Tf /scorch sur $(build.sourcesDirectory), recréez également $(build.binariesDirectory) |
| SourceDir = 2 | Recréer $(build.sourcesDirectory) |
| AllBuildDir = 3 | Recréez $(agnet.buildDirectory) qui contient $(build.sourcesDirectory), $(build.binariesDirectory) et tous les dossiers qui sont partis de la build précédente. |