ソースを参照

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

Erwin de Haan 6 年 前
コミット
b936c43932
1 ファイル変更1 行追加1 行削除
  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