提交 5e6bf7d1 编写于 作者: J Jared Parsons

Ensure the directory is created

上级 2fe0df9f
......@@ -27,6 +27,11 @@ try
"Microsoft.CodeAnalysis.Compilers.vsix",
"Microsoft.CodeAnalysis.Compilers.vsman")
$baseDestPath = join-path $binariesPath "Insertion"
if (-not (test-path $baseDestPath))
{
mkdir $baseDestPath | out-null
}
foreach ($item in $items)
{
$sourcePath = join-path $binariesPath $item
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册