Skip to content

Commit

Permalink
Only pack on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbrady91 committed Nov 28, 2020
1 parent 648c48f commit c5a710d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Pack
if: matrix.os == 'ubuntu-latest'
run: dotnet pack -c Release
- name: Publish artifact
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v2
with:
name: nupkg
Expand Down

0 comments on commit c5a710d

Please sign in to comment.