Use project name as relative path in builds

(cherry picked from commit fb908e8e1969e633a50ca000c767a998427363b2)
This commit is contained in:
Bogdan 2023-04-10 00:46:56 +03:00 committed by Mark McDowall
parent 349f7cf4c9
commit 365a6e77a6
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<Deterministic Condition="$(AssemblyVersion.EndsWith('*'))">False</Deterministic>
<PathMap>$(MSBuildProjectDirectory)=./$(MSBuildProjectName)/</PathMap>
</PropertyGroup>
<!-- Set the AssemblyConfiguration attribute for projects -->
<ItemGroup Condition="'$(SonarrProject)'=='true'">