Skip to content

Commit

Permalink
remove condition for deterministic build only in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed Feb 12, 2024
1 parent f3a0d62 commit 768f0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</PropertyGroup>

<!-- Continuous Integration -->
<PropertyGroup Label="Deterministic Build" Condition="'$(GITHUB_ACTIONS)' == 'true'">
<PropertyGroup Label="Deterministic Build">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

Expand Down

0 comments on commit 768f0e5

Please sign in to comment.