Merge pull request #2846 from jellyfin/azure

Remove requirement to build web during server builds
This commit is contained in:
Bond-009
2020-04-22 00:17:44 +02:00
committed by GitHub
30 changed files with 211 additions and 63 deletions

View File

@@ -1,5 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
<PropertyGroup>
<ProjectGuid>{E383961B-9356-4D5D-8233-9A1079D03055}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Emby.Naming\Emby.Naming.csproj" />
<ProjectReference Include="..\Emby.Notifications\Emby.Notifications.csproj" />