Skip to content

Commit 14fbcce

Browse files
michael-hawkerArlodotexe
authored andcommitted
Resolve fix for converters on linux
dotnet build on linux doesn't like duplicated ProjectReference, left note for future See dotnet/msbuild#2688
1 parent 02a05b9 commit 14fbcce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ProjectHeads/App.Head.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
</When>
3232
<Otherwise>
3333
<ItemGroup>
34-
<ProjectReference Include="$(ToolkitConvertersSourceProject)"/>
34+
<!-- This is tripping up the linux build using dotnet build as we have a duplicate reference auto-generated in tooling/MultiTarget/Generated -->
35+
<!-- See: https://github.com/dotnet/msbuild/issues/2688 -->
36+
<!--<ProjectReference Include="$(ToolkitConvertersSourceProject)"/>-->
3537
</ItemGroup>
3638
</Otherwise>
3739
</Choose>

0 commit comments

Comments
 (0)