Skip to content

Commit

Permalink
add NuGet ContinuousIntegrationBuild (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAbt committed Mar 31, 2024
1 parent a47211d commit 2a344bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:

- name: Cancel previous builds in PR
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v2
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
Expand Down Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Pack NuGet
run: dotnet pack
--configuration ${{ env.BuildConfig }}
/p:ContinuousIntegrationBuild=true
/p:Version=${{ steps.nbgv.outputs.NuGetPackageVersion }}

- name: Push to NuGet
Expand Down

0 comments on commit 2a344bc

Please sign in to comment.