Skip to content

Commit 3aa3212

Browse files
committed
Fix tests for CI
1 parent 6dddd25 commit 3aa3212

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
<EnforceCodeStyleInBuild>false</EnforceCodeStyleInBuild>
1313
<ImplicitUsings>enable</ImplicitUsings>
14+
<Nullable>disable</Nullable>
1415

1516
<NeutralLanguage>en-US</NeutralLanguage>
1617
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
@@ -24,10 +25,6 @@
2425
<AnalysisLevel>latest</AnalysisLevel>
2526
<AnalysisMode>recommended</AnalysisMode>
2627
<AnalysisModeStyle>default</AnalysisModeStyle>
27-
28-
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
29-
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
30-
<EnableMSTestRunner>true</EnableMSTestRunner>
3128
</PropertyGroup>
3229

3330
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

Source/MQTTnet.TestApp/MQTTnet.TestApp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<DebugType>Full</DebugType>
65
<IsPackable>false</IsPackable>
76
</PropertyGroup>
87

0 commit comments

Comments
 (0)