Large files in Azure Artifacts

Has anyone put large files, such as DACPACs, into Azure Artifacts? I know its primary use case is for code, DLLs, libraries, etc. but why not version DB schemas this way? Thoughts?

I’ve put the craziest things into universal artifacts.

But it is a bit of a lock-in since no other platforms support a similar universal thing.

Two thoughts

If its a dacpac why not put the schema into source and generate the dacpac, then nothing needs to go into Artifacts.

Yes the Universal Package feed can take anything, its only a zip, we once used it for storing release installers so people could download. But you pay the extra cost of storage.