next attempt

This commit is contained in:
Christian Köllner 2020-04-26 00:56:35 +02:00
parent cfd91b84c4
commit 32fda1e565
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<DebugType>full</DebugType>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

View File

@ -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" `