Skip to content

Commit 959faa5

Browse files
committed
chore: add PropertyGroup config for release
1 parent 657eba6 commit 959faa5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Buzzard.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88

9+
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
10+
<DebugType>None</DebugType>
11+
<DebugSymbols>false</DebugSymbols>
12+
<IsTransformWebConfigDisabled>true</IsTransformWebConfigDisabled>
13+
</PropertyGroup>
14+
915
<ItemGroup>
1016
<PackageReference Include="Yarp.ReverseProxy" Version="2.3.0" />
1117
<PackageReference Include="ZLogger" Version="2.5.10" />

0 commit comments

Comments
 (0)