Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1. Artifacts without view types

Rule Example Type 1 - Simple Artifacts

 

Code Block
[1.1] Output\**.xml
[1.2] Output\*\**.exe
[1.3] Output\log.txt

[1.1] - Registers all files with the ".xml" extension in the Output directory as artifacts.

[1.2] - Registers all files with the ".exe" extension in any directories underneath the Output directory. It won't match any ".exe" files directly in the Output directory.