Skip to content

Commit b7a136c

Browse files
committed
Work CI-CD
- Fix path to S.D.Pwm. - Fix path to S.D.Spi. - Fix path S.IO.Ports. - Remove depth from git fetch.
1 parent a0fbc07 commit b7a136c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ steps:
191191
192192
git clone https://github.com/nanoframework/System.Text.RegularExpressions.git --depth 100 -b develop System.Text.RegularExpressions
193193
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
195195
196196
git clone https://github.com/nanoframework/nanoFramework.IoT.Device.git -b develop nanoFramework.IoT.Device
197197
@@ -377,7 +377,7 @@ steps:
377377
displayName: NuGet restore System.Device.Pmw
378378
condition: and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
379379
inputs:
380-
restoreSolution: 'System.Device.I2c\nanoFramework.System.Device.Pwm.sln'
380+
restoreSolution: 'System.Device.Pwm\nanoFramework.System.Device.Pwm.sln'
381381
feedsToUse: config
382382
nugetConfigPath: 'System.Device.Pwm\NuGet.Config'
383383

@@ -401,7 +401,7 @@ steps:
401401
displayName: NuGet restore System.Device.Spi
402402
condition: and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
403403
inputs:
404-
restoreSolution: 'System.Device.Spi\System.Device.Spi.sln'
404+
restoreSolution: 'System.Device.Spi\nanoFramework.System.Device.Spi.sln'
405405
feedsToUse: config
406406
nugetConfigPath: 'System.Device.Spi\NuGet.Config'
407407

@@ -561,7 +561,7 @@ steps:
561561
displayName: NuGet restore System.IO.Ports
562562
condition: and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
563563
inputs:
564-
restoreSolution: 'System.IO.Ports\System.IO.Ports.sln'
564+
restoreSolution: 'System.IO.Ports\nanoFramework.System.IO.Ports.sln'
565565
feedsToUse: config
566566
nugetConfigPath: 'System.IO.Ports\NuGet.Config'
567567

@@ -735,7 +735,7 @@ steps:
735735
displayName: Build System.Device.Spi
736736
condition: and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
737737
inputs:
738-
solution: 'System.Device.Spi\System.Device.Spi.sln'
738+
solution: 'System.Device.Spi\nanoFramework.System.Device.Spi.sln'
739739
platform: '$(buildPlatform)'
740740
configuration: '$(buildConfiguration)'
741741

@@ -879,7 +879,7 @@ steps:
879879
displayName: Build System.IO.Ports
880880
condition: and(succeeded(), or( eq(variables['BUILD_ALL'], 'true'), contains(variables['BuildOptions.COMMIT_MESSAGE'], '***BUILD_ALL***'), eq(variables['BuildOptions.BUILD_ALL'], 'true') ))
881881
inputs:
882-
solution: 'System.IO.Ports\System.IO.Ports.sln'
882+
solution: 'System.IO.Ports\nanoFramework.System.IO.Ports.sln'
883883
platform: '$(buildPlatform)'
884884
configuration: '$(buildConfiguration)'
885885

0 commit comments

Comments
 (0)