Skip to content

Commit

Permalink
Add support for reproducible builds (#778)
Browse files Browse the repository at this point in the history
* Add support for reproducible builds

* Only put it on non-test projects
  • Loading branch information
clairernovotny committed Sep 29, 2021
1 parent 7623e77 commit cd2cbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.build.props
Expand Up @@ -43,15 +43,15 @@
<PackageReference Include="PublicApiGenerator" Version="10.2.0" />
<PackageReference Include="DiffEngine" Version="7.3.0" />
</ItemGroup>

<ItemGroup Condition="$(IsTestProject)">
<PackageReference Include="xunit.runner.console" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="coverlet.msbuild" Version="3.1.0" />
</ItemGroup>

<ItemGroup Condition="'$(IsTestProject)' != 'true'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="DotNet.ReproducibleBuilds" Version="0.1.66" PrivateAssets="All"/>
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit cd2cbb8

Please sign in to comment.