Skip to content

Get NugetPath

apobekiaris edited this page Sep 4, 2020 · 8 revisions

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: schema: 2.0.0

Get-NugetPath

SYNOPSIS

Download Nuget.exe if not exists and returns its path.

SYNTAX

Get-NugetPath [<CommonParameters>]

DESCRIPTION

Download Nuget.exe if not exists and returns its path.

EXAMPLES

Example 1

PS C:\> Get-NugetPath
C:\Work\eXpandFramework\XpandPwsh\XpandPwsh\public\Nuget\nuget.exe

Download the latest Nuget and display the path.`

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally