Skip to content

Commit 10ab894

Browse files
committed
Enable deterministic build.
1 parent 18e5ede commit 10ab894

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGES.md

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

1212
## [1.0.3](https://github.com/sharpjs/Prequel/compare/release/1.0.2..release/1.0.3)
13+
- Fix packaging issues:
14+
- Enable deterministic build.
1315

1416
## [1.0.2](https://github.com/sharpjs/Prequel/compare/release/1.0.1..release/1.0.2)
1517
- Fix incorrect result or index-out-of-range exception when multiple variable

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

4952
<!-- Packaging properties -->
5053
<PropertyGroup>

0 commit comments

Comments
 (0)