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

Make publish self contained

上级 267d9fb2
......@@ -305,7 +305,7 @@ function Test-XUnitCoreClr() {
$name = Split-Path -leaf $file
Write-Host "Publishing $name"
$filePath = Join-Path $repoDir $file
Run-MSBuild "$filePath /m /v:m /t:Publish /p:TargetFramework=$tf /p:RuntimeIdentifier=$runtimeIdentifier"
Run-MSBuild "$filePath /m /v:m /t:Publish /p:TargetFramework=$tf /p:RuntimeIdentifier=$runtimeIdentifier /p:SelfContained=true"
}
$dlls = @()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册