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.
1 parent 43a0f02 commit 3dedfd8Copy full SHA for 3dedfd8
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