共用方式為


RepositoryCleanOptions enum

欄位

Source = 0

在 $ (build.sourcesDirectory) 上執行 git clean -fdx && git reset --hard 或 Tf /scorch

SourceAndOutputDir = 1

在 $ (build.sourcesDirectory) 上執行 git clean -fdx && git reset --hard 或 Tf /scorch,同時重新建立 $ (build.binariesDirectory)

SourceDir = 2

重新建立 $ (build.sourcesDirectory)

AllBuildDir = 3

重新建立 $ (agnet.buildDirectory) ,其中包含 $ (build.sourcesDirectory) 、$ (build.binariesDirectory) 和先前組建留下的任何資料夾。