We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9de3d commit d183a03Copy full SHA for d183a03
src/Cronos/Cronos.csproj
@@ -26,6 +26,8 @@
26
27
<PropertyGroup Condition="'$(APPVEYOR)' == 'True'">
28
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
29
+ <!-- Deterministic paths work bad when using ILRepack, because it combines everything with a wrong repository -->
30
+ <DeterministicSourcePaths>false</DeterministicSourcePaths>
31
<RestoreLockedMode>true</RestoreLockedMode>
32
</PropertyGroup>
33
0 commit comments