提交 da00da67 编写于 作者: J Jared Parsons

Create insertion dir under configuration

上级 426a3bc5
......@@ -62,7 +62,7 @@ function Run-MSBuild([string]$buildArgs = "", [string]$logFile = "", [switch]$pa
# Create the Insertion folder. This is where the insertion tool pulls all of its
# binaries from.
function Copy-InsertionItems() {
$insertionDir = Join-Path $binariesdir "Insertion"
$insertionDir = Join-Path $configDir "Insertion"
Create-Directory $insertionDir
$items = @(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册