Skip to content

Commit 9df58d6

Browse files
committed
Try to enable DeterministicSourcePaths option again
Let's check whether assembly merging now works fine with this option.
1 parent 4a2427c commit 9df58d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<PropertyGroup Condition="'$(APPVEYOR)' != ''">
1313
<RestoreLockedMode>true</RestoreLockedMode>
1414
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
15-
<!-- Deterministic paths work bad when using ILRepack, because it combines everything with a wrong repository -->
16-
<DeterministicSourcePaths>false</DeterministicSourcePaths>
1715
<BuildNumber>$(APPVEYOR_BUILD_NUMBER)</BuildNumber>
1816
</PropertyGroup>
1917

0 commit comments

Comments
 (0)