Skip to content

Commit

Permalink
Merge pull request #343 from martincostello/Deterministics-Builds
Browse files Browse the repository at this point in the history
Deterministics builds
  • Loading branch information
martincostello authored Jul 12, 2021
2 parents 7f97e6d + 22058c0 commit 1c996e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<Authors>JUSTEAT_OSS</Authors>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)JustEat.StatsD.ruleset</CodeAnalysisRuleSet>
<Company>Just Eat</Company>
<ContinuousIntegrationBuild Condition=" '$(CI)' != '' ">true</ContinuousIntegrationBuild>
<Copyright>Copyright (c) Just Eat 2015-$([System.DateTime]::Now.ToString(yyyy))</Copyright>
<Deterministic>true</Deterministic>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
Expand Down
6 changes: 0 additions & 6 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
<Project>
<!-- Disable sourcelink on mono, to workaround https://github.com/dotnet/sourcelink/issues/155 -->
<Target Name="_RemoveMSSourceLinkGitHub" AfterTargets="CollectPackageReferences" Condition=" '$(OS)' != 'Windows_NT' AND '$(MSBuildRuntimeType)' != 'Core' ">
<ItemGroup>
<PackageReference Remove="Microsoft.SourceLink.GitHub" />
</ItemGroup>
</Target>
</Project>

0 comments on commit 1c996e8

Please sign in to comment.