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 5edbc7b commit b8784e7Copy full SHA for b8784e7
Directory.Build.props
@@ -3,6 +3,8 @@
3
<PropertyGroup>
4
<RepositoryDirectory>$(MSBuildThisFileDirectory)</RepositoryDirectory>
5
<BuildToolsDirectory>$(RepositoryDirectory)build\</BuildToolsDirectory>
6
+
7
+ <EnableMSTestRunner>true</EnableMSTestRunner>
8
</PropertyGroup>
9
10
<Import Project="$(BuildToolsDirectory)Community.Toolkit.Common.props" />
@@ -44,4 +46,4 @@
44
46
</When>
45
47
</Choose>
48
-</Project>
49
+</Project>
0 commit comments