Skip to content

Commit

Permalink
Remove System.Reactive.xml from published files (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan authored Feb 6, 2021
1 parent 6afeec7 commit 472fc63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AppService.Acmebot/AppService.Acmebot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Target Name="DeleteXmlDocumentation" AfterTargets="Publish">
<Delete Files="$(PublishDir)System.Reactive.xml" />
</Target>
</Project>

0 comments on commit 472fc63

Please sign in to comment.