Skip to content

Commit

Permalink
housekeeeping: Include pack in release (#23)
Browse files Browse the repository at this point in the history
* housekeeping: fix build yaml

* housekeeping: Include pack in release
  • Loading branch information
glennawatson authored Sep 25, 2021
1 parent 616b15d commit 806f076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
run: dotnet build --configuration=${{ env.configuration }} --verbosity=minimal --no-restore
working-directory: src

- name: Pack
run: dotnet pack --configuration=${{ env.configuration }} --verbosity=minimal --no-restore
working-directory: src

- uses: nuget/setup-nuget@v1
name: Setup NuGet

Expand Down

0 comments on commit 806f076

Please sign in to comment.