Skip to content

Commit d4d88e5

Browse files
committed
build
1 parent 117be31 commit d4d88e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
- name: Restore
6060
run: dotnet restore ${{ env.SOLUTION_PATH }}
6161

62+
- name: Build library
63+
run: dotnet build ${{ env.LIB_PROJECT }} --configuration Release --no-restore
64+
6265
- name: Pack library
6366
run: dotnet pack ${{ env.LIB_PROJECT }} --configuration Release --no-build -o artifacts/nuget
6467

0 commit comments

Comments
 (0)