Skip to content

XAML Push NuGetPackage

Codeblack edited this page Mar 12, 2017 · 1 revision

Push-NuGetPackage

Pushes NuGet-packages to the specified package-source.

This functions pushes all packages in the output-path, relative to the drop-directory, to the specified package-source, optionally using a specified API-key.

Parameters

DropDirectory

Specifies the drop-directory containing the results of the build.

OutputPath

Specifies the path to use as the output-path for the package(s), relative to the drop-directory. Default is 'Package'.

Source

Specifies the package-source to push the package(s) to.

ApiKey

Specifies the API-key to use when pushing the package(s).

WhatIf

Specifies that no changes should be made.

Clone this wiki locally