This folder is for tracked deploy scripts that are worth keeping as references or starting points for future package work.
Use this folder for:
- reusable PSADT entry scripts
- reference implementations for tricky installers
- scripts that capture lessons learned worth preserving in git
- multi-architecture installer selection patterns (see
multi-arch.installer.example.ps1)
Do not use this folder for:
- one-off scratch work
- temporary generated files
- artifact outputs that already belong in
Artifacts/
If a deploy script was useful enough to keep, move it here or create it here directly instead of leaving it in an ignored scratch folder.