Skip to content

Commit

Permalink
Fix build issue due to trying to generate symbols for tool package
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr committed Jun 14, 2024
1 parent 36afdf7 commit 042c583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ArduinoCsCompiler/Frontend/Frontend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<Authors>The .NET Foundation community</Authors>
<NeutralLanguage>en</NeutralLanguage>
<IsPackable>True</IsPackable>
<!-- This is a tool package so we disable generating a symbol package. -->
<IncludeSymbols>false</IncludeSymbols>
<LangVersion>latest</LangVersion>
<PackAsTool>True</PackAsTool>
<ToolCommandName>dotnet-acs</ToolCommandName>
Expand Down

0 comments on commit 042c583

Please sign in to comment.