Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit d39ed6c

Browse files
committed
Allow installing and testing with 2019 Preview
Add Visual Studio 2019 Preview to launchSettings.json. Use updated version of VsixTesting.Installer package.
1 parent 9e37f36 commit d39ed6c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

test/Launcher/InstallAndStart.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net461</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="VsixTesting.Installer" Version="0.1.36-beta-g2c36f902a0" />
6+
<PackageReference Include="VsixTesting.Installer" Version="0.1.38-beta-g6b91b368d9" />
77
</ItemGroup>
88
<ItemGroup>
99
<ProjectReference Include="..\..\src\GitHub.VisualStudio\GitHub.VisualStudio.csproj" />

test/Launcher/Properties/launchSettings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"Visual Studio 2017 - Team Explorer": {
1212
"executablePath": "$(VsixTestingInstallerPath)",
1313
"commandLineArgs": "/ApplicationPath \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\TeamExplorer\\Common7\\IDE\\devenv.exe\" /RootSuffix Exp /InstallAndStart \"$(SolutionDir)\\build\\$(Configuration)\\GitHub.VisualStudio.vsix\""
14+
},
15+
"Visual Studio 2019 - Preview": {
16+
"executablePath": "$(VsixTestingInstallerPath)",
17+
"commandLineArgs": "/ApplicationPath \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Preview\\Common7\\IDE\\devenv.exe\" /RootSuffix Exp /InstallAndStart \"$(SolutionDir)\\build\\$(Configuration)\\GitHub.VisualStudio.vsix\""
1418
}
1519
}
1620
}

0 commit comments

Comments
 (0)