Skip to content

Commit 50682a3

Browse files
committed
Add S.N.WebSockets to API docs
1 parent 4373745 commit 50682a3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

azure-pipelines.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ steps:
177177
178178
git clone https://github.com/nanoframework/System.Net.Http -b develop System.Net.Http
179179
180+
git clone https://github.com/nanoframework/System.Net.WebSockets -b develop System.Net.WebSockets
181+
180182
git clone https://github.com/nanoframework/nanoFramework.TI.EasyLink -b develop nanoFramework.TI.EasyLink
181183
182184
git clone https://github.com/nanoframework/nanoFramework.Hardware.TI -b develop nanoFramework.Hardware.TI
@@ -525,6 +527,14 @@ steps:
525527
feedsToUse: config
526528
nugetConfigPath: 'System.Net.Http\NuGet.Config'
527529

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+
528538
- task: NuGetCommand@2
529539
displayName: NuGet restore nanoFramework.TI.EasyLink
530540
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:
851861
platform: '$(buildPlatform)'
852862
configuration: '$(buildConfiguration)'
853863

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+
854872
- task: VSBuild@1
855873
displayName: Build nanoFramework.Hardware.TI
856874
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

Comments
 (0)