Skip to content

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

Open
samatstariongroup wants to merge 1 commit into
developmentfrom
GH71
Open

[Implement] deterministic builds and CI pack for reproducible packages; fixes #71#76
samatstariongroup wants to merge 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

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

1 participant