Skip to content

Commit

Permalink
use dotnet.reprobuilds only when in release mode due to impact on sou…
Browse files Browse the repository at this point in the history
…rce directory location
  • Loading branch information
baronfel committed Jan 29, 2023
1 parent 392f30f commit 8df4b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" />
<PackageReference Include="Dotnet.ReproducibleBuilds" Version="1.1.1" />
<PackageReference Condition="'$(Configuration)' == 'Release'" Include="Dotnet.ReproducibleBuilds" Version="1.1.1" />
</ItemGroup>

</Project>

0 comments on commit 8df4b15

Please sign in to comment.