mirror of
https://github.com/NuGet/setup-nuget.git
synced 2025-12-06 07:48:23 +08:00
docs: add recommendation to use dotnet CLI or a VS action instead
This commit is contained in:
@@ -4,6 +4,11 @@ This action downloads and installs a given version of `NuGet.exe`. Using this
|
||||
action will add `nuget` to your `$PATH` on all operating systems, including
|
||||
macOS and linux, without having to prefix it with `mono`.
|
||||
|
||||
As `nuget.exe` is eventually getting phased out, please consider using the
|
||||
official [`setup-dotnet`](https://github.com/actions/setup-dotnet) or
|
||||
[one of the `msbuild` actions](https://github.com/marketplace?utf8=%E2%9C%93&query=msbuild)
|
||||
instead.
|
||||
|
||||
# Usage
|
||||
|
||||
See [action.yml](action.yml)
|
||||
|
||||
Reference in New Issue
Block a user