Skip to content

Commit e3088a1

Browse files
committed
Disable deterministic source paths in the tests
So that the [CallerFilePath] attribute works as expected with absolute paths on the current machine instead of being substituted with /_/
1 parent 15abae9 commit e3088a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Serilog.Settings.Configuration.Tests/Serilog.Settings.Configuration.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT'">net48</TargetFrameworks>
55
<TargetFrameworks>$(TargetFrameworks);net6.0;net7.0;net8.0</TargetFrameworks>
6+
<DeterministicSourcePaths>false</DeterministicSourcePaths>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)