Skip to content

Commit 57ec105

Browse files
committed
Publish the NuGet package
1 parent 1fddc2a commit 57ec105

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,18 @@ jobs:
7373
with:
7474
github-token: ${{ secrets.GITHUB_TOKEN }}
7575
path-to-lcov: ./test/TestResults/output/coverage.${{ matrix.framework }}.info
76+
77+
publish:
78+
runs-on: windows-latest
79+
name: Publish
80+
steps:
81+
82+
- uses: actions/checkout@v1
83+
84+
- name: Setup .NET Core
85+
uses: actions/setup-dotnet@v1
86+
with:
87+
dotnet-version: 3.1.x
88+
89+
- name: Pack
90+
run: dotnet pack -c Release --include-source -p:PackageVersion=1.2.3

0 commit comments

Comments
 (0)