From 8da8adb503c30d71853d78cff556948607af7bbd Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Tue, 13 Feb 2018 09:46:24 -0600 Subject: [PATCH] Fix package reference to RoslynTools.Microsoft.VSIXExpInstaller --- build/scripts/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/build.ps1 b/build/scripts/build.ps1 index ac4ed290a82..9a9e8bc384d 100644 --- a/build/scripts/build.ps1 +++ b/build/scripts/build.ps1 @@ -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("\") -- GitLab