ProGet SDK Reference
Version:

InstallPackageOptions Enumeration

Specifies options for package installation.

Inheritance Hierarchy

  • object
    • System.ValueType
      • System.Enum
        • Inedo.ProGet.Feeds.InstallPackageOptions

Syntax

public enum InstallPackageOptions : System.IComparable, System.IFormattable, System.IConvertible

Fields

Name Description
Cache

Install package to cache instead of standard local repository.

CreateOnly

Do not install package if it would overwrite an existing package.

Default

Use default options.

DoNotUseAdapters

Do not use any package adapters.