Skip to content

Commit 9c062ee

Browse files
committed
#140 create pdb files for release builds
1 parent a4489f0 commit 9c062ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/log4net/log4net.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<Copyright>Copyright 2004-2024 The Apache Software Foundation</Copyright>
4141
<DevelopmentDependency>false</DevelopmentDependency>
4242
<IsPackable>true</IsPackable>
43-
<GeneratePackageOnBuild>$(GeneratePackages)</GeneratePackageOnBuild>
4443
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
4544
<PackageProjectUrl>https://logging.apache.org/log4net/</PackageProjectUrl>
4645
<PackageIcon>package-icon.png</PackageIcon>
@@ -63,10 +62,10 @@
6362
</PropertyGroup>
6463
<PropertyGroup Condition=" '$(Configuration)'=='Debug' ">
6564
<DefineConstants>TRACE;DEBUG;$(DefineConstants)</DefineConstants>
65+
<GeneratePackageOnBuild>$(GeneratePackages)</GeneratePackageOnBuild>
6666
</PropertyGroup>
6767
<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
6868
<DefineConstants>TRACE;STRONG;$(DefineConstants)</DefineConstants>
69-
<DebugType>none</DebugType>
7069
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
7170
</PropertyGroup>
7271
<PropertyGroup />

0 commit comments

Comments
 (0)