Skip to content

Commit

Permalink
Make the assembly deterministic.
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Aug 21, 2018
1 parent 8848ff9 commit 00ebad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ContentSync/ContentSync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<AssemblyName>ContentSync</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<DebugType>embedded</DebugType>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down

0 comments on commit 00ebad5

Please sign in to comment.