File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 <CoverletOutputFormat >cobertura</CoverletOutputFormat >
2929 <Exclude >[xunit.*]*</Exclude >
3030 <CoverletOutput >$(MSBuildThisFileDirectory)coverlet/raw/$(AssemblyName)/$(TargetFramework)/</CoverletOutput >
31- <CollectCoverage Condition =" '$(TF_BUILD)' == 'true' and '$(TargetFramework)' != 'net461' " >true</CollectCoverage >
31+ <CollectCoverage Condition =" '$(TF_BUILD)' == 'true'" >true</CollectCoverage >
3232 </PropertyGroup >
3333
3434</Project >
Original file line number Diff line number Diff line change 6868 inputs :
6969 command : test
7070 projects : Ix.NET/Source/**/*.Tests.csproj
71- arguments : -c $(BuildConfiguration)
71+ arguments : -c $(BuildConfiguration) -- RunConfiguration.DisableAppDomain=true
7272 displayName : Run Tests
7373
7474- script : reportgenerator -reports:$(Build.SourcesDirectory)/Ix.NET/Source/coverlet/raw/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/Ix.NET/Source/coverlet/reports -reporttypes:"HtmlInline_AzurePipelines;Cobertura"
You can’t perform that action at this time.
0 commit comments