Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If this is ticked, build directories are not cleaned. [--no-clean]


Package Index

No Index

If this is ticked, the package index is ignored. Only look at find links URLs instead.

Index URL

Visible only if the checkbox 'No Index' is NOT ticked.

The base URL of Python Package Index. Default is https://pypi.org/simple. This should point to a repository compliant with PEP 503 (the simple repository API) or a local directory laid out in the same format. [--index-url]

Extra Index URL

Visible only if the checkbox 'No Index' is NOT ticked.

The extra URLs of package indexes to use in addition to --index-url. Should follow the same rules as --index-url. [--extra-index-url]

Visible only if the checkbox 'No Index' is ticked.

If a URL or path to a HTML file is specified, then it is parsed for links to archives. If a local path or file:// URL that’s a directory is specified, then the directory listing will be searched for archives. [--find-links]


Extra Arguments

Global Options

Extra global options to be supplied to the setup.py call before the install command. One per line. [--global-option]

Install Options

Extra arguments to be supplied to the setup.py install command. One per line. [--install-option]


Options

Verbosity

The amount of information detail to display in the build log. [-verbosity=]

Dry Run

Logs the output from running the Cake action without actually performing any tasks. [-dryrun]

Experimental

-qqq | -qq | -q | -v]

Log File

The path to a verbose appending log file. [--log]

Disable the cache.

If this is ticked, the cache is disabled. [--no-cache-dir]

Cache Directory

The path to a directory to store the cache data. [--cache-dir]

Run pip in an isolated mode, ignoring environment variables and user configuration.

If this ticked, pip is run in an isolated mode, ignoring environment variables and user configuration. [--isolated]

Do not warn when installing scripts outside PATH.

If this is ticked, there is no warning when installing scripts outside PATH. [--no-warn-script-location]

Do not warn about broken dependencies.

If this is ticked, there is no warning about broken dependencies. [--no-warn-conflicts]

Exists Action

Specify what to do if path already exists. [--exists-actionUse the latest build of the Roslyn script engine. [-experimental]

Timeout (in seconds) 

How many seconds to wait for the action to finish before timing out. The default is 86400 seconds (24 hours).

...