未验证 提交 e911b9f6 编写于 作者: S Sam Harwell 提交者: GitHub

Merge pull request #41362 from sharwell/allow-launch

Allow -launch to be used without -build
......@@ -655,6 +655,10 @@ try {
}
if ($launch) {
if (-not $build) {
InitializeBuildTool
}
$devenvExe = Join-Path $env:VSINSTALLDIR 'Common7\IDE\devenv.exe'
&$devenvExe /rootSuffix RoslynDev
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册