aboutsummaryrefslogtreecommitdiff
path: root/RSSDP
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2020-04-22 01:11:15 +0300
committerGitHub <noreply@github.com>2020-04-22 01:11:15 +0300
commit587edde37aaaa32a7a4996f7f80ba2907eee064a (patch)
tree42f2807d001f9ee017599900ed0f63927a1bd3dc /RSSDP
parentb937eb0c1150a650492e666016e268d2b3f463c9 (diff)
parent9a401c3728c2ac45ea98f9de5ffc75c037a8c12f (diff)
Merge pull request #2955 from mark-monteiro/sonarcloud
Add SonarCloud to the Azure Pipeline CI process
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" />