Skip to content

Commit

Permalink
Set GeneratePackageOnBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Jul 27, 2024
1 parent 45d42d2 commit 42cb688
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ILRepackTool/ILRepackTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<PackAsTool>true</PackAsTool>
<Authors>kzu, Kirill Osenkov</Authors>
<ToolCommandName>ilrepack</ToolCommandName>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>dotnet-ilrepack</PackageId>
<RollForward>major</RollForward>
<DebugType>embedded</DebugType>
<Description>ILRepack - Open-source alternative to ILMerge</Description>
<PackageIcon>icon.png</PackageIcon>
<PackageReadme>readme.md</PackageReadme>
Expand Down

0 comments on commit 42cb688

Please sign in to comment.