Skip to content

Commit

Permalink
Add release specific configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetseckin committed Nov 15, 2019
1 parent 856e3db commit fdd69f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Todo.CLI/Todo.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<StartupObject>Todo.CLI.Program</StartupObject>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>

<ItemGroup>
<None Remove="m0om4hc0.xba~" />
</ItemGroup>
Expand Down

0 comments on commit fdd69f4

Please sign in to comment.