Skip to content

Commit

Permalink
Fix build of WPF projects
Browse files Browse the repository at this point in the history
Fixes #22
  • Loading branch information
AArnott committed Apr 10, 2020
1 parent 18676a3 commit 9c3b3fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<Project>
<PropertyGroup>
<!-- Workaround https://github.com/dotnet/wpf/issues/1718 -->
<EmbedUntrackedSources Condition=" '$(UseWPF)' == 'true' ">false</EmbedUntrackedSources>
</PropertyGroup>
<PropertyGroup Condition=" '$(IsTestProject)' == 'true' ">
<CoverletOutputFormat>cobertura</CoverletOutputFormat>
<Exclude>[xunit.*]*</Exclude>
Expand Down

0 comments on commit 9c3b3fe

Please sign in to comment.