-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get NugetPath
apobekiaris edited this page Sep 4, 2020
·
8 revisions
Download Nuget.exe if not exists and returns its path.
Get-NugetPath [<CommonParameters>]
Download Nuget.exe if not exists and returns its path.
PS C:\> Get-NugetPath
C:\Work\eXpandFramework\XpandPwsh\XpandPwsh\public\Nuget\nuget.exe
Download the latest Nuget and display the path.`
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.