Skip to content

Commit 4681962

Browse files
Provide an example of property configuration for RunSingleUnitTest
1 parent dfacf29 commit 4681962

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Local.props.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
<!-- WCF component only for Windows, .NET 3.5 or higher -->
1616
<PropBuildWcf Condition="'$(PropUsingMono)' != 'true' And ('$(PropTargetFramework)' == 'v3.5' Or '$(PropTargetFramework)' == 'v4.0' Or '$(PropTargetFramework)' == 'v4.5'))">true</PropBuildWcf>
17+
18+
<!-- Uncomment to run a single test case with /t:RunSingleUnitTest -->
19+
<!-- <PropTestToRun>RabbitMQ.Client.Unit.TestConnectionRecovery</PropTestToRun> -->
1720
</PropertyGroup>
1821
</Project>
1922

0 commit comments

Comments
 (0)