We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47211d commit 2a344bcCopy full SHA for 2a344bc
.github/workflows/ci.yml
@@ -16,12 +16,12 @@ jobs:
16
build:
17
runs-on: ubuntu-latest
18
steps:
19
-
+
20
- name: Cancel previous builds in PR
21
uses: styfle/[email protected]
22
with:
23
access_token: ${{ github.token }}
24
25
- uses: actions/checkout@v2
26
27
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
@@ -50,6 +50,7 @@ jobs:
50
- name: Pack NuGet
51
run: dotnet pack
52
--configuration ${{ env.BuildConfig }}
53
+ /p:ContinuousIntegrationBuild=true
54
/p:Version=${{ steps.nbgv.outputs.NuGetPackageVersion }}
55
56
- name: Push to NuGet
0 commit comments