提交 0d9b93a0 编写于 作者: T Tanner Gooding 提交者: GitHub

Merge pull request #16314 from tannergooding/fix-locate-vs

Updating Locate-VS.ps1 to use the copy in the tools directory, so the native-interop binaries are available at runtime.
......@@ -13,7 +13,7 @@ function Create-Directory([string[]] $path) {
function Locate-LocateVsApi {
$packagesPath = Locate-PackagesPath
$locateVsApi = Join-Path -path $packagesPath -ChildPath "RoslynTools.Microsoft.LocateVS\$locateVsApiVersion\lib\net46\LocateVS.dll"
$locateVsApi = Join-Path -path $packagesPath -ChildPath "RoslynTools.Microsoft.LocateVS\$locateVsApiVersion\tools\LocateVS.dll"
if (!(Test-Path -path $locateVsApi)) {
throw "The specified LocateVS API version ($locateVsApiVersion) could not be located."
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册