5 references to ResolvePackageFromPath
NuGet.Commands (3)
SignCommand\SignCommandRunner.cs (1)
30
IEnumerable<string> packages = LocalFolderUtility.
ResolvePackageFromPath
(packagePath);
TrustedSignersCommand\TrustedSignersCommandRunner.cs (1)
93
var packagesToTrust = LocalFolderUtility.
ResolvePackageFromPath
(trustedSignersArgs.PackagePath);
VerifyCommand\VerifyCommandRunner.cs (1)
50
var packages = LocalFolderUtility.
ResolvePackageFromPath
(packagePath);
NuGet.Protocol (2)
Resources\PackageUpdateResource.cs (2)
218
IEnumerable<string> symbolsToPush = LocalFolderUtility.
ResolvePackageFromPath
(symbolPackagePath, isSnupkg: allowSnupkg);
276
IEnumerable<string> nupkgsToPush = LocalFolderUtility.
ResolvePackageFromPath
(packagePath, isSnupkg: false);