Skip to content

Commit a7927f6

Browse files
author
Finnegan, Kevin
committed
chore(build): update VSIX copy path to SSMS 22 directory
Update the project file to copy VSIX extension files to the SQL Server Management Studio 22 directory for both Debug and Release configurations. This replaces the previous quirky behaviour of these configs targeting SSMS 18 and 21 respectively.
1 parent ce235c4 commit a7927f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SQLScriptsExplorer.Addin/SQLScriptsExplorer.Addin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<ErrorReport>prompt</ErrorReport>
4444
<WarningLevel>4</WarningLevel>
4545
<CopyVsixExtensionFiles>True</CopyVsixExtensionFiles>
46-
<CopyVsixExtensionLocation>C:\Program Files\Microsoft SQL Server Management Studio 21\Release\Common7\IDE\Extensions\SQLScriptsExplorer</CopyVsixExtensionLocation>
46+
<CopyVsixExtensionLocation>C:\Program Files\Microsoft SQL Server Management Studio 22\Release\Common7\IDE\Extensions\SQLScriptsExplorer</CopyVsixExtensionLocation>
4747
</PropertyGroup>
4848
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4949
<DebugType>pdbonly</DebugType>
@@ -53,7 +53,7 @@
5353
<ErrorReport>prompt</ErrorReport>
5454
<WarningLevel>4</WarningLevel>
5555
<CopyVsixExtensionFiles>True</CopyVsixExtensionFiles>
56-
<CopyVsixExtensionLocation>C:\Program Files %28x86%29\Microsoft SQL Server Management Studio 18\Common7\IDE\Extensions\SQLScriptsExplorer</CopyVsixExtensionLocation>
56+
<CopyVsixExtensionLocation>C:\Program Files\Microsoft SQL Server Management Studio 22\Release\Common7\IDE\Extensions\SQLScriptsExplorer</CopyVsixExtensionLocation>
5757
</PropertyGroup>
5858
<ItemGroup>
5959
<Compile Include="Controls\HighlightTextBlock.cs" />

0 commit comments

Comments
 (0)