From f435ffb49bb0590f33582ebc28520fe8279332e0 Mon Sep 17 00:00:00 2001 From: BEN ABT Date: Sun, 31 Mar 2024 21:12:22 +0200 Subject: [PATCH] add deterministic builds --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65547bf..7653d0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: - name: Pack NuGet run: dotnet pack --configuration ${{ env.BuildConfig }} + /p:ContinuousIntegrationBuild=true /p:Version=${{ steps.nbgv.outputs.NuGetPackageVersion }} - name: Push to NuGet @@ -56,4 +57,4 @@ jobs: --api-key ${{ secrets.NUGET_DEPLOY_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols - --skip-duplicate \ No newline at end of file + --skip-duplicate