Udostępnij za pośrednictwem


RepositoryCleanOptions enum

Pola

Source = 0

Uruchom polecenie git clean -fdx && resetowania git --hard lub Tf /scorch w $(build.sourcesDirectory)

SourceAndOutputDir = 1

Uruchom polecenie git clean -fdx && git reset --hard lub Tf /scorch on $(build.sourcesDirectory), a także ponownie utwórz $(build.binariesDirectory)

SourceDir = 2

Utwórz ponownie element $(build.sourcesDirectory)

AllBuildDir = 3

Utwórz ponownie element $(agnet.buildDirectory), który zawiera element $(build.sourcesDirectory), $(build.binariesDirectory) i wszystkie foldery pozostawione z poprzedniej kompilacji.