We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbeecd commit 3bf4252Copy full SHA for 3bf4252
.github/workflows/ci.yml
@@ -46,8 +46,8 @@ jobs:
46
- name: Install dependencies for tests
47
run: npm install @modelcontextprotocol/server-memory
48
49
- - name: Build
50
- run: dotnet build --configuration ${{ matrix.configuration }}
+ - name: Build and Package
+ run: dotnet pack --configuration ${{ matrix.configuration }}
51
52
- name: Test
53
run: >-
0 commit comments