Introduction:

ARTIFACTORY: How to perform Nuget restore using Artifactory

AuthorFullName__c
Tatarao Vana
articleNumber
000005270
ft:sourceType
Salesforce
FirstPublishedDate
2022-05-17T10:39:52Z
lastModifiedDate
2022-05-17
VersionNumber
3
According to official Microsoft documentation, if we execute the Nuget restore command inside a project, it tries to install all the package dependencies according to the references in your project file(.csproj) or your packages.config file. First, it installs the direct dependencies then installs the dependencies of those packages throughout the entire dependency graph.