Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 404 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 404 Bytes

GetNuGet

Introduction

# Downloads (with the local cache) the nuget.exe and returns path
$NuGet = Get-NuGet -Version 4.9.3

# Restores packages
&$NuGet restore

# Should print under windows:
#   c:\users\<user>\.nuget\cli\4.9.3\nuget.exe
Write-Host $NuGet

Supported Operating Systems

  • Windows
  • Linux (Planned)

See Also