Skip to content

Commit 8f90cc9

Browse files
authored
Remove IsTestProject from MTP doc page (#45175)
1 parent 1264b1a commit 8f90cc9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/core/testing/microsoft-testing-platform-integration-dotnet-test.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ By default, `dotnet test` is using VSTest behavior to run tests. You can enable
4141
<Nullable>enable</Nullable>
4242

4343
<IsPackable>false</IsPackable>
44-
<IsTestProject>true</IsTestProject>
4544

4645
<OutputType>Exe</OutputType>
4746
<EnableMSTestRunner>true</EnableMSTestRunner>
@@ -137,7 +136,6 @@ Or in project file:
137136
<Nullable>enable</Nullable>
138137

139138
<IsPackable>false</IsPackable>
140-
<IsTestProject>true</IsTestProject>
141139

142140
<OutputType>Exe</OutputType>
143141
<EnableMSTestRunner>true</EnableMSTestRunner>
@@ -179,7 +177,6 @@ Or in project file:
179177
<Nullable>enable</Nullable>
180178

181179
<IsPackable>false</IsPackable>
182-
<IsTestProject>true</IsTestProject>
183180

184181
<OutputType>Exe</OutputType>
185182
<EnableMSTestRunner>true</EnableMSTestRunner>

0 commit comments

Comments
 (0)