mirror of
https://github.com/NuGet/setup-nuget.git
synced 2025-12-06 07:48:23 +08:00
fix(action): remove input configuration for version param
This commit is contained in:
@@ -5,9 +5,6 @@ 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'
|
||||
version:
|
||||
description: 'The same as `nuget-version`, but possibly more convenient. `nuget-version` will take precedence over this value.'
|
||||
default: 'latest'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
|
||||
Reference in New Issue
Block a user