Files
setup-nuget/action.yml
2022-10-12 09:47:06 -07:00

18 lines
612 B
YAML

name: 'Setup NuGet.exe for use with actions'
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: 'node16'
main: 'dist/index.js'
branding:
icon: package
color: blue