@@ -191,7 +191,7 @@ steps:
191
191
192
192
git clone https://github.com/nanoframework/System.Text.RegularExpressions.git --depth 100 -b develop System.Text.RegularExpressions
193
193
194
- git clone https://github.com/nanoframework/nanoFramework.Azure.Devices.git --depth 100 - b develop nanoFramework.Azure.Devices
194
+ git clone https://github.com/nanoframework/nanoFramework.Azure.Devices.git -b develop nanoFramework.Azure.Devices
195
195
196
196
git clone https://github.com/nanoframework/nanoFramework.IoT.Device.git -b develop nanoFramework.IoT.Device
197
197
@@ -377,7 +377,7 @@ steps:
377
377
displayName : NuGet restore System.Device.Pmw
378
378
condition : and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
379
379
inputs :
380
- restoreSolution : ' System.Device.I2c \nanoFramework.System.Device.Pwm.sln'
380
+ restoreSolution : ' System.Device.Pwm \nanoFramework.System.Device.Pwm.sln'
381
381
feedsToUse : config
382
382
nugetConfigPath : ' System.Device.Pwm\NuGet.Config'
383
383
@@ -401,7 +401,7 @@ steps:
401
401
displayName : NuGet restore System.Device.Spi
402
402
condition : and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
403
403
inputs :
404
- restoreSolution : ' System.Device.Spi\System.Device.Spi.sln'
404
+ restoreSolution : ' System.Device.Spi\nanoFramework. System.Device.Spi.sln'
405
405
feedsToUse : config
406
406
nugetConfigPath : ' System.Device.Spi\NuGet.Config'
407
407
@@ -561,7 +561,7 @@ steps:
561
561
displayName : NuGet restore System.IO.Ports
562
562
condition : and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
563
563
inputs :
564
- restoreSolution : ' System.IO.Ports\System.IO.Ports.sln'
564
+ restoreSolution : ' System.IO.Ports\nanoFramework. System.IO.Ports.sln'
565
565
feedsToUse : config
566
566
nugetConfigPath : ' System.IO.Ports\NuGet.Config'
567
567
@@ -735,7 +735,7 @@ steps:
735
735
displayName : Build System.Device.Spi
736
736
condition : and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
737
737
inputs :
738
- solution : ' System.Device.Spi\System.Device.Spi.sln'
738
+ solution : ' System.Device.Spi\nanoFramework. System.Device.Spi.sln'
739
739
platform : ' $(buildPlatform)'
740
740
configuration : ' $(buildConfiguration)'
741
741
@@ -879,7 +879,7 @@ steps:
879
879
displayName : Build System.IO.Ports
880
880
condition : and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
881
881
inputs :
882
- solution : ' System.IO.Ports\System.IO.Ports.sln'
882
+ solution : ' System.IO.Ports\nanoFramework. System.IO.Ports.sln'
883
883
platform : ' $(buildPlatform)'
884
884
configuration : ' $(buildConfiguration)'
885
885
0 commit comments