Skip to content

Commit

Permalink
Merge pull request #12 from BenjaminAbt/feature/dbb
Browse files Browse the repository at this point in the history
add deterministic builds
  • Loading branch information
BenjaminAbt committed Mar 31, 2024
2 parents bd71758 + f435ffb commit 19cf5ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ jobs:
- name: Pack NuGet
run: dotnet pack
--configuration ${{ env.BuildConfig }}
/p:ContinuousIntegrationBuild=true
/p:Version=${{ steps.nbgv.outputs.NuGetPackageVersion }}

- name: Push to NuGet
run: dotnet nuget push **/*.nupkg
--api-key ${{ secrets.NUGET_DEPLOY_KEY }}
--source https://api.nuget.org/v3/index.json
--no-symbols
--skip-duplicate
--skip-duplicate

0 comments on commit 19cf5ec

Please sign in to comment.