Skip to content

Commit 28c16c6

Browse files
authored
Update build.yml
1 parent 9ce7eb7 commit 28c16c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
dotnet-version: 2.2.207
1616
- name: Test
1717
run: dotnet test --results-directory /app/artifacts --logger:trx
18+
- name: Pack
19+
run: dotnet pack -c Release -o /app/artifacts

0 commit comments

Comments
 (0)