From 7ce24dbf666830bf7c8e32847237e8076e56de42 Mon Sep 17 00:00:00 2001 From: samatstarion Date: Fri, 15 May 2026 17:13:56 +0200 Subject: [PATCH] [Implement] deterministic builds and CI pack for reproducible packages; fixes #71 --- .github/workflows/release.yml | 2 +- ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj | 1 + ReqIFSharp/ReqIFSharp.csproj | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 423c225..6003b48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,7 +120,7 @@ jobs: cat RELEASE_NOTES.md - name: Pack - run: dotnet pack -c Release -o ReleaseBuilds ReqIFSharp.sln + run: dotnet pack -c Release -o ReleaseBuilds ReqIFSharp.sln /p:ContinuousIntegrationBuild=true - name: Push to NuGet env: diff --git a/ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj b/ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj index 7e94748..4e044b2 100644 --- a/ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj +++ b/ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj @@ -4,6 +4,7 @@ netstandard2.0 5.0.5 12.0 + true ReqIFSharp.Extensions A .NET library that provides extenions and services to operate on ReqIF documents. ReqIFSharp.Extensions diff --git a/ReqIFSharp/ReqIFSharp.csproj b/ReqIFSharp/ReqIFSharp.csproj index e79684a..698f050 100644 --- a/ReqIFSharp/ReqIFSharp.csproj +++ b/ReqIFSharp/ReqIFSharp.csproj @@ -6,6 +6,7 @@ netstandard2.0 10.0.5 12.0 + true ReqIFSharp A .NET library to deserialize (read) and serialize (write) OMG ReqIF documents. ReqIFSharp