Skip to content

Commit e222e13

Browse files
committed
Set default output path to /Artifacts/<projectname>
1 parent a6ba447 commit e222e13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<Project>
2+
<!-- This file will be implicitly linked by all projects in folder -folders -->
3+
<PropertyGroup>
4+
<OutputPath>$(MSBuildThisFileDirectory)Artifacts/$(MSBuildProjectName)</OutputPath>
5+
</PropertyGroup>
6+
27
<!-- Workaround for `dotnet test UnitsNet.sln`: https://dasmulli.blog/2018/01/20/make-dotnet-test-work-on-solution-files/ -->
38
<Target Name="VSTestIfTestProject">
49
<CallTarget Targets="VSTest" Condition="'$(IsTestProject)' == 'true'" />

0 commit comments

Comments
 (0)