Skip to content

Commit 42ba791

Browse files
committed
#111 added PathMap for deterministic builds
1 parent bd23d64 commit 42ba791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/log4net/log4net.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<PropertyGroup Condition=" '$(Configuration)'=='Release' ">
6868
<DefineConstants>TRACE;STRONG;$(DefineConstants)</DefineConstants>
6969
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
70+
<PathMap>$(MSBuildProjectDirectory)\=$(MSBuildProjectDirectory.Replace($(MSBuildThisFileDirectory),"D:\Git\apache\logging-log4net"))\</PathMap>
7071
</PropertyGroup>
7172
<PropertyGroup />
7273
<ItemGroup Condition="'$(TargetFramework)'=='net462'">

0 commit comments

Comments
 (0)