C# Класс NuGet.Commands.PushCommand

Наследование: Command
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
EnsurePackageExtension string
GetApiKey string
GetPackagesToPush IEnumerable
GetSymbolsPath string
PushCommand System
PushPackage void
PushPackageCore void
PushSymbols void
ResolveSource string

Открытые методы

Метод Описание
ExecuteCommand ( ) : void

Приватные методы

Метод Описание
EnsurePackageExtension ( string packagePath ) : string
GetApiKey ( string source, bool throwIfNotFound = true ) : string
GetPackagesToPush ( string packagePath ) : IEnumerable
GetSymbolsPath ( string packagePath ) : string

Get the symbols package from the original package. Removes the .nupkg and adds .symbols.nupkg

PushCommand ( IPackageSourceProvider packageSourceProvider, ISettings settings ) : System
PushPackage ( string packagePath, string source, string apiKey, System.TimeSpan timeout ) : void
PushPackageCore ( string source, string apiKey, PackageServer packageServer, string packageToPush, System.TimeSpan timeout ) : void
PushSymbols ( string packagePath, System.TimeSpan timeout ) : void
ResolveSource ( string packagePath ) : string

Описание методов

ExecuteCommand() публичный Метод

public ExecuteCommand ( ) : void
Результат void