RepositoryCleanOptions enum
Fält
Source = 0 | Kör git clean -fdx && git reset --hard eller Tf /scorch på $(build.sourcesDirectory) |
SourceAndOutputDir = 1 | Kör git clean -fdx && git reset --hard eller Tf /scorch på $(build.sourcesDirectory), och återskapa även $(build.binariesDirectory) |
SourceDir = 2 | Återskapa $(build.sourcesDirectory) |
AllBuildDir = 3 | Återskapa $(agnet.buildDirectory) som innehåller $(build.sourcesDirectory), $(build.binariesDirectory) och alla mappar som har lämnat den tidigare versionen. |