Skip to content

Commit

Permalink
Add comment why ErrorOnDuplicatePublishOutputFiles has to be disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Sep 26, 2023
1 parent 2f1d747 commit aa181a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<Project>
<Import Project="tools/Lombiq.Analyzers/Lombiq.Analyzers/Build.props" />

<!-- Prevents error NETSDK1152 (Found multiple publish output files with the same relative path) when publishing. This
error shows up in projects that have multiple indirect dependencies on Hast.Vitis.HardwareFramework that copies
HardwareFramework/opencl/src to the build directory -->
<PropertyGroup>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>
Expand Down

0 comments on commit aa181a6

Please sign in to comment.