Summary:
By default, Unity Build Automation links build artifacts, logs, and any other commonly required artifacts on successful builds. Occasionally, we would like to have other custom artifacts created during the build process made available as well.
Solution:
- Custom build artifacts and other files can be uploaded to individual builds using the Build Automation Artifact API (documentation here)
Additional Information:
Unity Build Automation Artifact API Documentation
Unity Build Automation API Documentation