Skip to content

Commit

Permalink
Tool packs in release mode
Browse files Browse the repository at this point in the history
Problem: Would pack with the previous release
  • Loading branch information
pgrawehr committed Feb 17, 2024
1 parent 8677abf commit ac2bb83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/ArduinoCsCompiler/Frontend/Frontend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
<AssemblyName>acs</AssemblyName>
<RootNamespace>ArduinoCsCompiler</RootNamespace>
<Product>Arduino CS Compiler</Product>
<Description>A translation compiler that retargets C# applications so they can run on a microcontroller using the unnamed firmware.</Description>
<Description>A translation compiler that retargets C# applications so they can run on a microcontroller using a special firmware. See Readme for further information.</Description>
<Authors>The .NET Foundation community</Authors>
<NeutralLanguage>en</NeutralLanguage>
<IsPackable>True</IsPackable>
<PackAsTool>True</PackAsTool>
<ToolCommandName>dotnet-acs</ToolCommandName>
<PackageOutputPath>..\..\..\artifacts\packages\$(Configuration)\Shipping</PackageOutputPath>
Expand Down

0 comments on commit ac2bb83

Please sign in to comment.