We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dotnet publish
1 parent f7d80bf commit 91d0fbaCopy full SHA for 91d0fba
.github/workflows/dotnet-test.yml
@@ -48,3 +48,7 @@ jobs:
48
- name: Run Tests
49
working-directory: src
50
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