Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 506 Bytes

File metadata and controls

19 lines (16 loc) · 506 Bytes

ArMaGen

Artifact Manifest Generator is a small tool that produces small JSON-files about CI build artifacts.

ArMaGen saves this data in a file called artifacts.json

{"artifacts":["ArMaGen.exe"]}

This is the file directly taken from my CI-Server.

You would invoke ArMaGen like this:

ArMaGen.exe [SearchPattern]

Where [SearchPattern] can use wildcards (*)

Builds

You can find the latest builds right here