Skip to content

Commit

Permalink
#111 added PathMap for deterministic builds
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeAndNil committed Sep 12, 2024
1 parent bd23d64 commit 42ba791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/log4net/log4net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
<DefineConstants>TRACE;STRONG;$(DefineConstants)</DefineConstants>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PathMap>$(MSBuildProjectDirectory)\=$(MSBuildProjectDirectory.Replace($(MSBuildThisFileDirectory),"D:\Git\apache\logging-log4net"))\</PathMap>
</PropertyGroup>
<PropertyGroup />
<ItemGroup Condition="'$(TargetFramework)'=='net462'">
Expand Down

0 comments on commit 42ba791

Please sign in to comment.