Skip to content

Commit 2a344bc

Browse files
authored
add NuGet ContinuousIntegrationBuild (#43)
1 parent a47211d commit 2a344bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
19+
2020
- name: Cancel previous builds in PR
2121
uses: styfle/[email protected]
2222
with:
2323
access_token: ${{ github.token }}
24-
24+
2525
- uses: actions/checkout@v2
2626
with:
2727
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
@@ -50,6 +50,7 @@ jobs:
5050
- name: Pack NuGet
5151
run: dotnet pack
5252
--configuration ${{ env.BuildConfig }}
53+
/p:ContinuousIntegrationBuild=true
5354
/p:Version=${{ steps.nbgv.outputs.NuGetPackageVersion }}
5455

5556
- name: Push to NuGet

0 commit comments

Comments
 (0)