Skip to content

Commit 3112d90

Browse files
committed
Enable deterministic build.
1 parent a73e25c commit 3112d90

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Most lines should begin with one of these words:
99
-->
1010

1111
## [1.0.1](https://github.com/sharpjs/Sharp.Diagnostics.Logging/compare/v1.0.0...release/1.0.1)
12+
- Fix packaging issues:
13+
- Enable deterministic build.
1214

1315
## [1.0.0](https://github.com/sharpjs/Sharp.Diagnostics.Logging/compare/v0.1.0...release/1.0.0)
1416
- Update build targets to .NET Framework 4.6.1 (was 4.5) and .NET Standard 2.0

Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
<ImplicitUsings>true</ImplicitUsings>
4646
<Nullable>enable</Nullable>
4747
</PropertyGroup>
48+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
49+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
50+
</PropertyGroup>
4851
<ItemGroup>
4952
<Using Include="System.Diagnostics" />
5053
<Using Include="System.FormattableString" Static="true" />

0 commit comments

Comments
 (0)