Skip to content

Commit 91d0fba

Browse files
committed
Add dotnet publish test to GH Action
1 parent f7d80bf commit 91d0fba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ jobs:
4848
- name: Run Tests
4949
working-directory: src
5050
run: dotnet test --no-restore --verbosity q --nologo
51+
52+
- name: Test publish
53+
working-directory: src
54+
run: dotnet publish --configuration Release --no-restore

0 commit comments

Comments
 (0)