We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca955a commit 75e44d0Copy full SHA for 75e44d0
.github/workflows/ci_test_net.yml
@@ -104,3 +104,12 @@ jobs:
104
else
105
make test_net FRAMEWORK=net6.0
106
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