I am trying to create a new custom artefact for my dev test lab, and I am following this documentation.
What is unclear to me is the naming conventions used. If I go by the naming convention used in the example in the above link: the folder name should be "os-package" or "os-task".
But what is unclear to me (even from the example) is the naming convention for the files.There are different conventions for different files in the same folder:
- Artifactfile.json
- ChocolateyPackageInstaller.ps1
- startChocolatey.ps1
Is there a naming convention documented somewhere that I should follow?