Skip to content

Commit 75e44d0

Browse files
authored
chore: test "dotnet pack" in CI (#851)
* chore: test "dotnet pack" in CI
1 parent 3ca955a commit 75e44d0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci_test_net.yml

+9
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,12 @@ jobs:
104104
else
105105
make test_net FRAMEWORK=net6.0
106106
fi
107+
108+
- name: Test Build and Pack ${{ matrix.library}}
109+
shell: bash
110+
if: matrix.os != 'windows-latest'
111+
working-directory: ./${{ matrix.library }}
112+
run: |
113+
dotnet build runtimes/net /p:Configuration=Release -nowarn:CS0162,CS0168
114+
dotnet pack runtimes/net/DynamoDbEncryption.csproj --no-build /p:Configuration=Release --output build
115+

0 commit comments

Comments
 (0)