diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2020-04-22 01:11:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 01:11:15 +0300 |
| commit | 587edde37aaaa32a7a4996f7f80ba2907eee064a (patch) | |
| tree | 42f2807d001f9ee017599900ed0f63927a1bd3dc /Emby.Server.Implementations | |
| parent | b937eb0c1150a650492e666016e268d2b3f463c9 (diff) | |
| parent | 9a401c3728c2ac45ea98f9de5ffc75c037a8c12f (diff) | |
Merge pull request #2955 from mark-monteiro/sonarcloud
Add SonarCloud to the Azure Pipeline CI process
Diffstat (limited to 'Emby.Server.Implementations')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index d46b9507b..765aa1759 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -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" /> |
