Merge pull request #936 from EraYaN/fix-drone-abi-tests

Fixed the assemblynames for compatibility check in drone.
pull/952/head
Vasily 6 years ago committed by GitHub
commit 24b76dbed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,22 +90,22 @@ steps:
image: microsoft/dotnet:2-runtime image: microsoft/dotnet:2-runtime
err_ignore: true err_ignore: true
commands: commands:
- dotnet ci/ci-tools/CompatibilityCheckerCoreCLI.dll ci/nuget-packages/Jellyfin.Common.dll ci/ci-release/Jellyfin.Common.dll - dotnet ci/ci-tools/CompatibilityCheckerCoreCLI.dll ci/nuget-packages/MediaBrowser.Common.dll ci/ci-release/MediaBrowser.Common.dll
- name: run-dotnet-compat-model - name: run-dotnet-compat-model
image: microsoft/dotnet:2-runtime image: microsoft/dotnet:2-runtime
err_ignore: true err_ignore: true
commands: commands:
- dotnet ci/ci-tools/CompatibilityCheckerCoreCLI.dll ci/nuget-packages/Jellyfin.Model.dll ci/ci-release/Jellyfin.Model.dll - dotnet ci/ci-tools/CompatibilityCheckerCoreCLI.dll ci/nuget-packages/MediaBrowser.Model.dll ci/ci-release/MediaBrowser.Model.dll
- name: run-dotnet-compat-controller - name: run-dotnet-compat-controller
image: microsoft/dotnet:2-runtime image: microsoft/dotnet:2-runtime
err_ignore: true err_ignore: true
commands: commands:
- dotnet ci/ci-tools/CompatibilityCheckerCoreCLI.dll ci/nuget-packages/Jellyfin.Controller.dll ci/ci-release/Jellyfin.Controller.dll - dotnet ci/ci-tools/CompatibilityCheckerCoreCLI.dll ci/nuget-packages/MediaBrowser.Controller.dll ci/ci-release/MediaBrowser.Controller.dll
- name: run-dotnet-compat-naming - name: run-dotnet-compat-naming
image: microsoft/dotnet:2-runtime image: microsoft/dotnet:2-runtime
err_ignore: true err_ignore: true
commands: commands:
- dotnet ci/ci-tools/CompatibilityCheckerCoreCLI.dll ci/nuget-packages/Jellyfin.Naming.dll ci/ci-release/Jellyfin.Naming.dll - dotnet ci/ci-tools/CompatibilityCheckerCoreCLI.dll ci/nuget-packages/Emby.Naming.dll ci/ci-release/Emby.Naming.dll

Loading…
Cancel
Save