-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Tool name
nuget
Tool license
n/a
Add or update?
- Add
- Update
Desired version
latest
Approximate size
No response
Brief description of tool
Azure DevOps provides the ability to download artifacts using nuget, which is a Microsoft-developed tool. It is available on macOS 13 & macOS 14 and needed for build scripts that download artifacts either from nuget.org or a private Azure DevOps artifacts nuget feed.
My team is attempting to migrate to macOS 15 runner images and builds are failing because, while our Windows and Linux images all have Nuget (and our macOS 13 images have Nuget), the macOS 15 machines are missing this tool.
Mono is necessary because Nuget needs Mono in order to run.
dotnet nuget
is not a replacement for nuget.exe
, because it doesn't have the ability to list available packages or download individual packages to specific directories.
URL for tool's homepage
No response
Provide a basic test case to validate the tool's functionality.
Platforms where you need the tool
- Azure DevOps
- GitHub Actions
Runner images where you need the tool
- Ubuntu 22.04
- Ubuntu 24.04
- macOS 13
- macOS 13 Arm64
- macOS 14
- macOS 14 Arm64
- macOS 15
- macOS 15 Arm64
- Windows Server 2019
- Windows Server 2022
- Windows Server 2025
Can this tool be installed during the build?
Tool installation time in runtime
17s mono, 7s nuget
Are you willing to submit a PR?
No response