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 Aug 10, 2020
1 parent 1fddc2a commit 57ec105
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,18 @@ 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@v1

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

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

0 comments on commit 57ec105

Please sign in to comment.