1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-20 14:19:46 +00:00

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

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'">