提交 c742db3d 编写于 作者: S Sam Harwell

Allow -launch to be used without -build

上级 69d3fb73
......@@ -652,6 +652,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.
先完成此消息的编辑!
想要评论请 注册