mirror of
https://github.com/NuGet/setup-nuget.git
synced 2025-12-06 15:58:19 +08:00
15 lines
549 B
YAML
15 lines
549 B
YAML
name: 'Setup NuGet.exe'
|
|
description: 'Official NuGet.exe setup action that supports cross-platform installation of specific NuGet.exe versions.'
|
|
author: 'Microsoft'
|
|
inputs:
|
|
nuget-version:
|
|
description: 'NuGet version to install. Can be `latest`, `preview`, a concrete version like `5.3.1`, or a semver range specifier like `5.x`.'
|
|
default: 'latest'
|
|
nuget-api-key:
|
|
description: 'NuGet API Key to configure.'
|
|
nuget-api-key-source:
|
|
description: 'Source to scope the NuGet API Key to.'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'lib/main.js'
|