My nightly build uses AI and runs in an Azure DevOps pipeline. Right now, whenever I decide I want a pre-requisite (e.g. .NET 6.0) and I check it, AI downloads the pre-requisite's MSI file right there and then. If that downloaded MSI is not present at build time, then the build simply fails. This fo...