Skip to content

Commit

Permalink
Build: enable Simplified Output Path
Browse files Browse the repository at this point in the history
- add glolbal ArtifactsPath property for all projects
  • Loading branch information
KrzysFR committed Aug 12, 2024
1 parent 901afe0 commit 2f57c7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions FoundationDB.Client.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FdbShell", "FdbShell\FdbShe
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A7D90DEE-38B0-449C-93B5-32D7B845D990}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
Common\foundationdb-net-client.snk = Common\foundationdb-net-client.snk
global.json = global.json
Expand Down

0 comments on commit 2f57c7e

Please sign in to comment.