Moved rarely used fields to config file

This commit is contained in:
David Maisonave
2024-07-29 03:19:46 -04:00
parent 80d4b6db16
commit 755c5b1d7f
6 changed files with 40 additions and 32 deletions

View File

@@ -11,10 +11,6 @@ settings:
displayName: Run Clean
description: Enable to run metadata clean task after file deletion.
type: BOOLEAN
runGenerateContent:
displayName: Run Generate Content
description: Enable to run metadata_generate (Generate Content) after metadata scan.
type: BOOLEAN
scanModified:
displayName: Scan Modifications
description: Enable to monitor changes in file system for modification flag. This option is NOT needed for Windows, because on Windows changes are triggered via CREATE, DELETE, and MOVE flags. Other OS may differ.