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

Commit a897f0d

Browse files
committed
Option to open Visual Studio 2017 - Team Explorer
1 parent b7b91ae commit a897f0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Launcher/Properties/launchSettings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"Visual Studio 2017": {
88
"executablePath": "$(DevEnvDir)devenv.exe",
99
"commandLineArgs": "/rootsuffix Exp /log"
10+
},
11+
"Visual Studio 2017 - Team Explorer": {
12+
"executablePath": "$(VsixTestingInstallerPath)",
13+
"commandLineArgs": "/ApplicationPath \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\TeamExplorer\\Common7\\IDE\\devenv.exe\" /RootSuffix Exp /InstallAndStart \"$(SolutionDir)\\build\\$(Configuration)\\GitHub.VisualStudio.vsix\""
1014
}
1115
}
1216
}

0 commit comments

Comments
 (0)