diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 16:32:54 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-13 16:32:54 +0100 |
| commit | b936c439321b55bf89c99dac96fc78cefe752e84 (patch) | |
| tree | 6d795e7b4c45c7c1461774d655252bef0104ee5d | |
| parent | e9519de07d6a7d2a6a0bf5d93dcac35096d86955 (diff) | |
Pull in change from build system, to fix the drone build once and for all.
| -rw-r--r-- | .drone.yml | 2 |
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 |
