提交 ff5ee137 编写于 作者: S Sam Harwell

Update Get-PackageDir to account for NuGet renaming of directories

上级 8da8adb5
...@@ -287,7 +287,7 @@ function Get-PackageDir([string]$name, [string]$version = "") { ...@@ -287,7 +287,7 @@ function Get-PackageDir([string]$name, [string]$version = "") {
} }
$p = Get-PackagesDir $p = Get-PackagesDir
$p = Join-Path $p $name $p = Join-Path $p $name.ToLowerInvariant()
$p = Join-Path $p $version $p = Join-Path $p $version
return $p return $p
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册