mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-22 05:50:56 +00:00
Use project name as relative path in builds
(cherry picked from commit fb908e8e1969e633a50ca000c767a998427363b2) (cherry picked from commit 365a6e77a6530831eeeec7580406ff736da0e17a)
This commit is contained in:
parent
3e7c42e386
commit
8899e0f8ca
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@
|
|||
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
||||
|
||||
<Deterministic Condition="$(AssemblyVersion.EndsWith('*'))">False</Deterministic>
|
||||
|
||||
<PathMap>$(MSBuildProjectDirectory)=./$(MSBuildProjectName)/</PathMap>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Set the AssemblyConfiguration attribute for projects -->
|
||||
|
|
Loading…
Reference in a new issue