Skip to content

Commit

Permalink
chore: Use artifacts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
angelobreuer committed Mar 17, 2024
1 parent 1c37403 commit 1355264
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project>
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
<PropertyGroup>

<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>

</PropertyGroup>
</Project>

0 comments on commit 1355264

Please sign in to comment.