RepositoryCleanOptions enum
Campi
| Source = 0 | Eseguire git clean -fdx && git reset --hard o Tf /scorch in $(build.sourcesDirectory) |
| SourceAndOutputDir = 1 | Eseguire git clean -fdx && git reset --hard o Tf /scorch in $(build.sourcesDirectory), anche ricreare $(build.binariesDirectory) |
| SourceDir = 2 | Ricreare $(build.sourcesDirectory) |
| AllBuildDir = 3 | Ricreare $(agnet.buildDirectory) che contiene $(build.sourcesDirectory), $(build.binariesDirectory) ed eventuali cartelle lasciate dalla build precedente. |