Skip to content

Commit 3bf4252

Browse files
committed
Verify packaging succeeds in the CI workflow
1 parent dbbeecd commit 3bf4252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
- name: Install dependencies for tests
4747
run: npm install @modelcontextprotocol/server-memory
4848

49-
- name: Build
50-
run: dotnet build --configuration ${{ matrix.configuration }}
49+
- name: Build and Package
50+
run: dotnet pack --configuration ${{ matrix.configuration }}
5151

5252
- name: Test
5353
run: >-

0 commit comments

Comments
 (0)