Added build.yaml to the Jellyfin.Plugin.Webdav folder, listing both Jellyfin.Plugin.Webdav.dll and WebDav.Client.dll as artifacts. When you run the Jellyfin plugin packager, the WebDav.Client dependency will now be included alongside your plugin DLL.
This commit is contained in:
parent
ad8a0a4297
commit
30f7b22f88
|
|
@ -5,6 +5,7 @@
|
|||
<RootNamespace>Jellyfin.Plugin.Webdav</RootNamespace>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<Nullable>enable</Nullable>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue