Skip to content

Commit 8c459ea

Browse files
committed
Publish a single file in release mode
1 parent 758f68d commit 8c459ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Refresher/Refresher.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<ApplicationIcon>Resources\refresher.ico</ApplicationIcon>
1010
</PropertyGroup>
1111

12+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
13+
<PublishSingleFile>true</PublishSingleFile>
14+
</PropertyGroup>
15+
1216
<ItemGroup>
1317
<PackageReference Include="CommandLineParser" Version="2.9.1" />
1418
<PackageReference Include="ELFSharp" Version="2.17.2" />

0 commit comments

Comments
 (0)