Prechádzať zdrojové kódy

Pull in change from build system, to fix the drone build once and for all.

Erwin de Haan 6 rokov pred
rodič
commit
b936c43932
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      .drone.yml

+ 1 - 1
.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