diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2025-04-27 21:16:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-27 21:16:20 -0400 |
| commit | 055d466d16fd61b89c4b7c88a0e57da615e86ec1 (patch) | |
| tree | bee4fb962e6fae3a43fca4005b94b255ea765820 /.github | |
| parent | e66c76fc3405512b90735b5669278410f7974b1f (diff) | |
| parent | e57a95e9cd462a0ae5ac9173c2d014fa93caef0d (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.yml | 2 |
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" |
