Skip to content

Commit

Permalink
Add workaround for DuplicatePublishOutput check (dotnet#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas authored Mar 5, 2021
1 parent f2ecd06 commit 75feafe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ The .NET Foundation licenses this file to you under the MIT license.
<TargetOS Condition="'$([MSBuild]::IsOSPlatform(OSX))' == 'true'">OSX</TargetOS>
<TargetOS Condition="'$(TargetOS)' == ''">$(OS)</TargetOS>
<NativeDebugSymbols Condition="$(DebugSymbols) == 'true' or ($(DebugType) != 'none' and $(DebugType) != '')">true</NativeDebugSymbols>
<!-- Workaround for https://github.com/dotnet/runtimelab/issues/771 -->
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>

<!-- Set up the defaults for the compatibility mode -->
Expand Down

0 comments on commit 75feafe

Please sign in to comment.