提交 8da8adb5 编写于 作者: S Sam Harwell

Fix package reference to RoslynTools.Microsoft.VSIXExpInstaller

上级 514133f1
......@@ -496,7 +496,7 @@ function Test-XUnit() {
# Deploy our core VSIX libraries to Visual Studio via the Roslyn VSIX tool. This is an alternative to
# deploying at build time.
function Deploy-VsixViaTool() {
$vsixDir = Get-PackageDir "roslyntools.microsoft.vsixexpinstaller"
$vsixDir = Get-PackageDir "RoslynTools.Microsoft.VSIXExpInstaller"
$vsixExe = Join-Path $vsixDir "tools\VsixExpInstaller.exe"
$both = Get-VisualStudioDirAndId
$vsDir = $both[0].Trim("\")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册