Skip to content

Commit

Permalink
Updated the build to package NexNet.Quic.
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Aug 24, 2023
1 parent 2d11f65 commit 473afb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:

- name: Pack NexNet
run: dotnet pack src/NexNet -c Release -o ./artifacts

- name: Pack NexNet.Quic
run: dotnet pack src/NexNet.Quic -c Release -o ./artifacts

- name: Pack NexNet.Generator
run: dotnet pack src/NexNet.Generator -c Release -o ./artifacts
Expand Down

0 comments on commit 473afb1

Please sign in to comment.