We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e63f31 commit 7b6cccdCopy full SHA for 7b6cccd
1 file changed
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