Skip to content

Commit c28dd73

Browse files
committed
Publish the NuGet package
1 parent a9ab6ad commit c28dd73

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,24 @@ jobs:
8181
with:
8282
github-token: ${{ secrets.GITHUB_TOKEN }}
8383
path-to-lcov: ./test/TestResults/output/coverage.${{ matrix.framework }}.info
84+
85+
publish:
86+
runs-on: windows-latest
87+
name: Publish
88+
89+
steps:
90+
91+
- uses: actions/checkout@v2
92+
93+
- name: Setup .NET Core 3.1
94+
uses: actions/setup-dotnet@v1
95+
with:
96+
dotnet-version: 3.1.x
97+
98+
- name: Setup .NET 5.0
99+
uses: actions/setup-dotnet@v1
100+
with:
101+
dotnet-version: 5.0.x
102+
103+
- name: Pack
104+
run: dotnet pack -c Release --include-source -p:PackageVersion=1.2.3

0 commit comments

Comments
 (0)