We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ba447 commit e222e13Copy full SHA for e222e13
Directory.Build.props
@@ -1,4 +1,9 @@
1
<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
+
7
<!-- Workaround for `dotnet test UnitsNet.sln`: https://dasmulli.blog/2018/01/20/make-dotnet-test-work-on-solution-files/ -->
8
<Target Name="VSTestIfTestProject">
9
<CallTarget Targets="VSTest" Condition="'$(IsTestProject)' == 'true'" />
0 commit comments