1 write to PackagePath
NuGet.CommandLine.XPlat (1)
Commands\Signing\TrustedSignersCommand.cs (1)
257
PackagePath
= packagePath,
10 references to PackagePath
NuGet.Commands (10)
TrustedSignersCommand\TrustedSignersArgs.cs (2)
54
/// Only valid when specifying a packge path <see cref="
PackagePath
"/>
60
/// Only valid when specifying a packge path <see cref="
PackagePath
"/>
TrustedSignersCommand\TrustedSignersCommandRunner.cs (8)
55
var isPackagePathProvided = !string.IsNullOrEmpty(trustedSignersArgs.
PackagePath
);
69
throw new CommandLineArgumentCombinationException(string.Format(CultureInfo.CurrentCulture, Strings.Error_NoSignatureTrustedForPackage, trustedSignersArgs.
PackagePath
));
93
var packagesToTrust = LocalFolderUtility.ResolvePackageFromPath(trustedSignersArgs.
PackagePath
);
94
LocalFolderUtility.EnsurePackageFileExists(trustedSignersArgs.
PackagePath
, packagesToTrust);
100
trustedSignersArgs.
PackagePath
));
270
var isPackagePathProvided = !string.IsNullOrEmpty(args.
PackagePath
);
291
var isPackagePathProvided = !string.IsNullOrEmpty(args.
PackagePath
);
312
var isPackagePathProvided = !string.IsNullOrEmpty(args.
PackagePath
);