Storing .exe files in Nexus

We have several people that develop using C# and VB using VisualStudio. They want to store artifacts (.exe files) in Nexus but they are not using NuGet.

What’s the best approach to using Nexus to store .exe files? start using NuGet? using raw repositories?

Any insight would be greatly appreciated.

TIA,

Bib

Personally, I’d look at using a Raw repo since it basically just acts as a filesystem for them to store their exe files. Then they can easily use curl or the web interface to grab the exe.

1 Like

Thanks for the advice. I think I’ll start with a raw repo and see how it works for them.