Add initial build.yaml configuration

This commit is contained in:
Joshua Boniface 2019-02-08 01:07:39 -05:00
parent 5af5a87d0d
commit 684cb01200

14
build.yaml Normal file
View File

@ -0,0 +1,14 @@
---
name: "jellyfin-plugin-trakt"
guid: "4fe3201e-d6ae-4f2e-8917-e12bda571281"
version: "1.0.0"
nicename: "Trakt"
description: "Record your watched media with Trakt"
overview: >
Record your watched media with Trakt.
category: "General"
artifacts:
- "Trakt.dll"
build_type: "dotnet"
dotnet_configuration: "Release"
dotnet_framework: "netstandard2.0"