Skip to content

Commit d183a03

Browse files
committed
Disable DeterministicSourcePaths for source link
1 parent dc9de3d commit d183a03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Cronos/Cronos.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
<PropertyGroup Condition="'$(APPVEYOR)' == 'True'">
2828
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
29+
<!-- Deterministic paths work bad when using ILRepack, because it combines everything with a wrong repository -->
30+
<DeterministicSourcePaths>false</DeterministicSourcePaths>
2931
<RestoreLockedMode>true</RestoreLockedMode>
3032
</PropertyGroup>
3133

0 commit comments

Comments
 (0)