RepositoryCleanOptions enum  
Fält
| Source = 0 | Kör git clean -fdx && git reset --hard eller Tf /scorch on $(build.sourcesDirectory)  | 
				
| SourceAndOutputDir = 1 | Kör git clean -fdx && git reset --hard eller Tf /scorch on $(build.sourcesDirectory) och återskapa $(build.binariesDirectory)  | 
				
| SourceDir = 2 | Återskapa $(build.sourcesDirectory)  | 
				
| AllBuildDir = 3 | Återskapa $(agnet.buildDirectory) som innehåller $(build.sourcesDirectory), $(build.binariesDirectory) och alla mappar som lämnades från föregående version.  |