aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2025-04-27 21:16:20 -0400
committerGitHub <noreply@github.com>2025-04-27 21:16:20 -0400
commit055d466d16fd61b89c4b7c88a0e57da615e86ec1 (patch)
treebee4fb962e6fae3a43fca4005b94b255ea765820 /.github
parente66c76fc3405512b90735b5669278410f7974b1f (diff)
parente57a95e9cd462a0ae5ac9173c2d014fa93caef0d (diff)
Merge pull request #14016 from crobibero/upd-projects
Add new nuget packages to abi diff
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-compat.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-compat.yml b/.github/workflows/ci-compat.yml
index b3be082e0..7dfcd9477 100644
--- a/.github/workflows/ci-compat.yml
+++ b/.github/workflows/ci-compat.yml
@@ -105,7 +105,7 @@ jobs:
run: |
{
echo 'body<<EOF'
- for file in Jellyfin.Data.dll MediaBrowser.Common.dll MediaBrowser.Controller.dll MediaBrowser.Model.dll Emby.Naming.dll Jellyfin.Extensions.dll; do
+ for file in Jellyfin.Data.dll MediaBrowser.Common.dll MediaBrowser.Controller.dll MediaBrowser.Model.dll Emby.Naming.dll Jellyfin.Extensions.dll Jellyfin.MediaEncoding.Keyframes.dll Jellyfin.Database.Implementations.dll; do
COMPAT_OUTPUT="$( { apicompat --left ./abi-base/${file} --right ./abi-head/${file}; } 2>&1 )"
if [ "APICompat ran successfully without finding any breaking changes." != "${COMPAT_OUTPUT}" ]; then
printf "\n${file}\n${COMPAT_OUTPUT}\n"