Skip to content

Commit

Permalink
Publish the NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed Dec 9, 2020
1 parent a9ab6ad commit c28dd73
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,24 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./test/TestResults/output/coverage.${{ matrix.framework }}.info

publish:
runs-on: windows-latest
name: Publish

steps:

- uses: actions/checkout@v2

- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x

- name: Setup .NET 5.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x

- name: Pack
run: dotnet pack -c Release --include-source -p:PackageVersion=1.2.3

0 comments on commit c28dd73

Please sign in to comment.