Switched to debian for the compat runners.

pull/862/head
Erwin de Haan 5 years ago
parent 236e21efcb
commit 29d6783471

@ -23,7 +23,7 @@ steps:
- name: build-dotnet-compat
image: microsoft/dotnet:2-sdk
commands:
- dotnet publish --configuration release --output /tools dotnet-compatibility/CompatibilityCheckerCoreCLI
- dotnet publish --runtime debian.9-x64 --configuration release --output /tools dotnet-compatibility/CompatibilityCheckerCoreCLI
when:
event:
- pull_request
@ -76,37 +76,37 @@ steps:
- pull_request
- name: run-dotnet-compat-common
image: microsoft/dotnet:2-runtime
image: debian:stretch
err_ignore: true
commands:
- dotnet /tools/CompatibilityCheckerCoreCLI.dll /current-release/Jellyfin.Common.dll /release/Jellyfin.Common.dll
- /tools/CompatibilityCheckerCoreCLI /current-release/Jellyfin.Common.dll /release/Jellyfin.Common.dll
when:
event:
- pull_request
- name: run-dotnet-compat-model
image: microsoft/dotnet:2-runtime
image: debian:stretch
err_ignore: true
commands:
- dotnet /tools/CompatibilityCheckerCoreCLI.dll /current-release/Jellyfin.Model.dll /release/Jellyfin.Model.dll
- /tools/CompatibilityCheckerCoreCLI /current-release/Jellyfin.Model.dll /release/Jellyfin.Model.dll
when:
event:
- pull_request
- name: run-dotnet-compat-controller
image: microsoft/dotnet:2-runtime
image: debian:stretch
err_ignore: true
commands:
- dotnet /tools/CompatibilityCheckerCoreCLI.dll /current-release/Jellyfin.Controller.dll /release/Jellyfin.Controller.dll
- /tools/CompatibilityCheckerCoreCLI /current-release/Jellyfin.Controller.dll /release/Jellyfin.Controller.dll
when:
event:
- pull_request
- name: run-dotnet-compat-naming
image: microsoft/dotnet:2-runtime
image: debian:stretch
err_ignore: true
commands:
- dotnet /tools/CompatibilityCheckerCoreCLI.dll /current-release/Jellyfin.Naming.dll /release/Jellyfin.Naming.dll
- /tools/CompatibilityCheckerCoreCLI /current-release/Jellyfin.Naming.dll /release/Jellyfin.Naming.dll
when:
event:
- pull_request

Loading…
Cancel
Save