mirror of
https://github.com/Sonarr/Sonarr
synced 2026-04-30 09:01:41 +02:00
Avoid rewriting file names in builds
This commit is contained in:
parent
051451eb2a
commit
0a61e66ef1
1 changed files with 2 additions and 1 deletions
|
|
@ -84,8 +84,9 @@
|
|||
|
||||
<Deterministic Condition="$(AssemblyVersion.EndsWith('*'))">False</Deterministic>
|
||||
|
||||
<PathMap>$(MSBuildProjectDirectory)=./$(MSBuildProjectName)/</PathMap>
|
||||
<PathMap>$(MSBuildThisFileDirectory)=./</PathMap>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Set the AssemblyConfiguration attribute for projects -->
|
||||
<ItemGroup Condition="'$(SonarrProject)'=='true'">
|
||||
<AssemblyAttribute Include="System.Reflection.AssemblyConfigurationAttribute">
|
||||
|
|
|
|||
Loading…
Reference in a new issue