mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 06:41:50 +01:00
next attempt
This commit is contained in:
parent
cfd91b84c4
commit
32fda1e565
@ -11,7 +11,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
|
||||
<DebugType>full</DebugType>
|
||||
<DebugType>portable</DebugType>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -29,7 +29,7 @@ If(!(test-path $coverageReportDir))
|
||||
-mergebyhash -register:user -oldStyle
|
||||
|
||||
& $openCover -target:"$vsTestConsole" `
|
||||
-targetArgs:"$generatorTests /logger:trx;LogFileName=generator.trx" `
|
||||
-targetArgs:"/inIsolation $generatorTests /logger:trx;LogFileName=generator.trx /Platform:x86" `
|
||||
-filter:"+[CapnpC.CSharp.Generator]CapnpC.CSharp.Generator.* -[CapnpC.CSharp.Generator]CapnpC.CSharp.Generator.Schema.*" `
|
||||
-excludebyattribute:"System.CodeDom.Compiler.GeneratedCodeAttribute" `
|
||||
-output:"$coverageOutput" `
|
||||
|
Loading…
x
Reference in New Issue
Block a user