提交 4a7e8930 编写于 作者: J Jared Parsons

Include nupkg files in the Insertion folder

上级 c8a928d6
......@@ -90,6 +90,8 @@ function Copy-InsertionItems() {
$itemPath = Join-Path $configDir $item
Copy-Item $itemPath $insertionDir
}
Copy-Item (Join-Path $binariesDir "DevDivPackages\Roslyn\*.nupkg") $insertionDir
}
Push-Location $PSScriptRoot
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册