Skip to content

[Implement] deterministic builds and CI pack for reproducible packages; fixes #71#76

Merged
samatstariongroup merged 1 commit into
developmentfrom
GH71
May 18, 2026
Merged

[Implement] deterministic builds and CI pack for reproducible packages; fixes #71#76
samatstariongroup merged 1 commit into
developmentfrom
GH71

Conversation

@samatstariongroup
Copy link
Copy Markdown
Member

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following the ReqIFSharp code style guidelines
  • I have provided test coverage for my change (where applicable)

Description

Makes the published NuGet packages reproducible (closes #71). Adds true to both shipping library projects (ReqIFSharp, ReqIFSharp.Extensions) and passes /p:ContinuousIntegrationBuild=true to the release dotnet pack step, matching the flag already used in the CodeQuality and nuget-reference-check workflows. Build/packaging-only change — no runtime behavior change; full test suite (362) green and dotnet pack verified to embed no machine-absolute source paths.

@sonarqubecloud
Copy link
Copy Markdown

@samatstariongroup samatstariongroup merged commit 879b87e into development May 18, 2026
8 checks passed
@samatstariongroup samatstariongroup deleted the GH71 branch May 18, 2026 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: non-reproducible packages

2 participants