Skip to content

Commit

Permalink
feat: add deterministic builds
Browse files Browse the repository at this point in the history
  • Loading branch information
giard-alexandre committed Oct 2, 2024
1 parent fb1e9d5 commit ffb5adc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>

<!-- Deterministic Builds when on CI -->
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<!-- Add Package Icon -->
Expand Down

0 comments on commit ffb5adc

Please sign in to comment.