aboutsummaryrefslogtreecommitdiff
path: root/RSSDP
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-04-22 00:17:44 +0200
committerGitHub <noreply@github.com>2020-04-22 00:17:44 +0200
commitc0b3c11b2ef2b8c035f16f0f61c37a2b7c8a1c29 (patch)
tree29fb271394b29aa66e73da653de78ce6c78022c6 /RSSDP
parenta2f19eadf739297cbbc99c9082b0175e8b881054 (diff)
parent587edde37aaaa32a7a4996f7f80ba2907eee064a (diff)
Merge pull request #2846 from jellyfin/azure
Remove requirement to build web during server builds
Diffstat (limited to 'RSSDP')
-rw-r--r--RSSDP/RSSDP.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/RSSDP/RSSDP.csproj b/RSSDP/RSSDP.csproj
index 9753ae9b1f..e3f3127b64 100644
--- a/RSSDP/RSSDP.csproj
+++ b/RSSDP/RSSDP.csproj
@@ -1,5 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
+ <!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
+ <PropertyGroup>
+ <ProjectGuid>{21002819-C39A-4D3E-BE83-2A276A77FB1F}</ProjectGuid>
+ </PropertyGroup>
+
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />