I have been trying to make a .Net project work with Artifactory. For now I have uploaded the reference assemblies(.dll) files to artifactory using Jenkins. Now to build my solution, I want to refer those uploaded reference assemblies(artifacts) from artifactory, rather than referring them from the local path. I tried using the MSBuild artifactory plugin, but it has a partial support for Jenkins.
Can anyone help me with this?
Thanks.