src/private/Get-NuGetExePath.ps1
function Get-NuGetExePath { [CmdletBinding()] param() $libPath = Resolve-Path "$PSScriptRoot\..\..\lib" $fullPath = Join-Path $libPath 'nuget.exe' $fullPath } |
function Get-NuGetExePath { [CmdletBinding()] param() $libPath = Resolve-Path "$PSScriptRoot\..\..\lib" $fullPath = Join-Path $libPath 'nuget.exe' $fullPath } |