diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-04-22 00:17:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 00:17:44 +0200 |
| commit | c0b3c11b2ef2b8c035f16f0f61c37a2b7c8a1c29 (patch) | |
| tree | 29fb271394b29aa66e73da653de78ce6c78022c6 /tests/Jellyfin.Server.Implementations.Tests | |
| parent | a2f19eadf739297cbbc99c9082b0175e8b881054 (diff) | |
| parent | 587edde37aaaa32a7a4996f7f80ba2907eee064a (diff) | |
Merge pull request #2846 from jellyfin/azure
Remove requirement to build web during server builds
Diffstat (limited to 'tests/Jellyfin.Server.Implementations.Tests')
| -rw-r--r-- | tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj b/tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj index b7865439c7..ba7ecb3d13 100644 --- a/tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj +++ b/tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj @@ -1,5 +1,10 @@ <Project Sdk="Microsoft.NET.Sdk"> + <!-- ProjectGuid is only included as a requirement for SonarQube analysis --> + <PropertyGroup> + <ProjectGuid>{2E3A1B4B-4225-4AAA-8B29-0181A84E7AEE}</ProjectGuid> + </PropertyGroup> + <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> <IsPackable>false</IsPackable> |
