We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43a0f02 + 3dedfd8 commit e3b8eadCopy full SHA for e3b8ead
internal/functions/Install-NugetPackage.ps1
@@ -66,7 +66,7 @@ function Install-NugetPackage {
66
67
# download and extract the files
68
Write-PSFMessage -Level Verbose -Message "Version $selectedVersion of $packageName was selected"
69
- $fileName = "$packageName.$selectedVersion.nupkg"
+ $fileName = "$packageName.$selectedVersion.nupkg".ToLower()
70
# Path reference: https://github.com/OneGet/oneget/blob/master/src/Microsoft.PackageManagement/Utility/Platform/OSInformation.cs
71
$scopePath = switch ($Scope) {
72
'AllUsers' {
0 commit comments