aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 16:32:54 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 16:32:54 +0100
commitb936c439321b55bf89c99dac96fc78cefe752e84 (patch)
tree6d795e7b4c45c7c1461774d655252bef0104ee5d
parente9519de07d6a7d2a6a0bf5d93dcac35096d86955 (diff)
Pull in change from build system, to fix the drone build once and for all.
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index c6d41b555..98db4884b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -9,4 +9,4 @@ steps:
- name: build
image: microsoft/dotnet:2-sdk
commands:
- - dotnet publish --configuration release --output /release
+ - dotnet publish --configuration release --output /release Jellyfin.Server