@@ -177,6 +177,8 @@ steps:
177
177
178
178
git clone https://github.com/nanoframework/System.Net.Http -b develop System.Net.Http
179
179
180
+ git clone https://github.com/nanoframework/System.Net.WebSockets -b develop System.Net.WebSockets
181
+
180
182
git clone https://github.com/nanoframework/nanoFramework.TI.EasyLink -b develop nanoFramework.TI.EasyLink
181
183
182
184
git clone https://github.com/nanoframework/nanoFramework.Hardware.TI -b develop nanoFramework.Hardware.TI
@@ -525,6 +527,14 @@ steps:
525
527
feedsToUse : config
526
528
nugetConfigPath : ' System.Net.Http\NuGet.Config'
527
529
530
+ - task : NuGetCommand@2
531
+ displayName : NuGet restore System.Net.WebSockets
532
+ condition : and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
533
+ inputs :
534
+ restoreSolution : ' System.Net.WebSockets\nanoFramework.System.Net.WebSockets.sln'
535
+ feedsToUse : config
536
+ nugetConfigPath : ' System.Net.WebSockets\NuGet.Config'
537
+
528
538
- task : NuGetCommand@2
529
539
displayName : NuGet restore nanoFramework.TI.EasyLink
530
540
condition : and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
@@ -851,6 +861,14 @@ steps:
851
861
platform : ' $(buildPlatform)'
852
862
configuration : ' $(buildConfiguration)'
853
863
864
+ - task : VSBuild@1
865
+ displayName : Build System.Net.WebSockets
866
+ condition : and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
867
+ inputs :
868
+ solution : ' System.Net.WebSockets\nanoFramework.System.Net.WebSockets.sln'
869
+ platform : ' $(buildPlatform)'
870
+ configuration : ' $(buildConfiguration)'
871
+
854
872
- task : VSBuild@1
855
873
displayName : Build nanoFramework.Hardware.TI
856
874
condition : and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
0 commit comments