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 - name: build-dotnet-compat
image: microsoft/dotnet:2-sdk image: microsoft/dotnet:2-sdk
commands: commands:
- dotnet publish --configuration release --output /tools dotnet-compatibility/CompatibilityCheckerCoreCLI - dotnet publish --runtime debian.9-x64 --configuration release --output /tools dotnet-compatibility/CompatibilityCheckerCoreCLI
when: when:
event: event:
- pull_request - pull_request
@ -76,37 +76,37 @@ steps:
- pull_request - pull_request
- name: run-dotnet-compat-common - name: run-dotnet-compat-common
image: microsoft/dotnet:2-runtime image: debian:stretch
err_ignore: true err_ignore: true
commands: 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: when:
event: event:
- pull_request - pull_request
- name: run-dotnet-compat-model - name: run-dotnet-compat-model
image: microsoft/dotnet:2-runtime image: debian:stretch
err_ignore: true err_ignore: true
commands: 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: when:
event: event:
- pull_request - pull_request
- name: run-dotnet-compat-controller - name: run-dotnet-compat-controller
image: microsoft/dotnet:2-runtime image: debian:stretch
err_ignore: true err_ignore: true
commands: 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: when:
event: event:
- pull_request - pull_request
- name: run-dotnet-compat-naming - name: run-dotnet-compat-naming
image: microsoft/dotnet:2-runtime image: debian:stretch
err_ignore: true err_ignore: true
commands: 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: when:
event: event:
- pull_request - pull_request

Loading…
Cancel
Save