Skip to content

Commit

Permalink
Use project name as relative path in builds
Browse files Browse the repository at this point in the history
(cherry picked from commit fb908e8e1969e633a50ca000c767a998427363b2)

(cherry picked from commit 365a6e77a6530831eeeec7580406ff736da0e17a)
  • Loading branch information
mynameisbogdan committed May 23, 2023
1 parent c22ed71 commit 9aa5bee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>

<Deterministic Condition="$(AssemblyVersion.EndsWith('*'))">False</Deterministic>

<PathMap>$(MSBuildProjectDirectory)=./$(MSBuildProjectName)/</PathMap>
</PropertyGroup>

<!-- Set the AssemblyConfiguration attribute for projects -->
Expand Down

0 comments on commit 9aa5bee

Please sign in to comment.