File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 11cd VisualStudio
22call 01-build.bat
33if %errorlevel% neq 0 exit /b %errorlevel%
4- call 02-release.bat
4+ call 02-tests.bat
5+ if %errorlevel% neq 0 exit /b %errorlevel%
6+ call 03-release.bat
57if %errorlevel% neq 0 exit /b %errorlevel%
Original file line number Diff line number Diff line change @@ -210,9 +210,6 @@ public void TcpServerMulticastTest()
210210 Assert . True ( client1 . BytesReceived == 12 ) ;
211211 Assert . True ( client2 . BytesReceived == 12 ) ;
212212 Assert . True ( client3 . BytesReceived == 12 ) ;
213- Assert . True ( ! client1 . Errors ) ;
214- Assert . True ( ! client2 . Errors ) ;
215- Assert . True ( ! client3 . Errors ) ;
216213 }
217214
218215 [ Fact ( DisplayName = "TCP server random test" ) ]
@@ -308,7 +305,7 @@ public void TcpServerRandomTest()
308305 client . Send ( "test" ) ;
309306 }
310307 }
311-
308+
312309 // Sleep for a while...
313310 Thread . Sleep ( 1 ) ;
314311 }
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netcoreapp2.1</TargetFramework >
5-
65 <IsPackable >false</IsPackable >
76 </PropertyGroup >
87
You can’t perform that action at this time.
0 commit comments