Skip to content

Commit 73f80f6

Browse files
authored
housekeeping: Pack NuGet packages
1 parent f6b5ab9 commit 73f80f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
- uses: nuget/setup-nuget@v1
4949
name: Setup NuGet
5050

51+
- name: Pack
52+
run: dotnet pack --configuration=${{ env.configuration }} --verbosity=minimal --no-restore
53+
working-directory: src
54+
5155
# Decode the base 64 encoded pfx and save the Signing_Certificate
5256
- name: Sign NuGet packages
5357
shell: pwsh

0 commit comments

Comments
 (0)