We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d86975 commit 503451aCopy full SHA for 503451a
azure-pipelines.yml
@@ -130,6 +130,8 @@ steps:
130
- powershell: |
131
git clone https://github.com/nanoframework/CoreLibrary.git --recursive --depth 100 -b main libs/CoreLibrary
132
133
+ git clone https://github.com/nanoframework/nanoFramework.Device.Bluetooth.git --depth 100 -b main libs/nanoFramework.Device.Bluetooth
134
+
135
git clone https://github.com/nanoframework/nanoFramework.Device.Can.git --depth 100 -b main libs/nanoFramework.Device.Can
136
137
git clone https://github.com/nanoframework/nanoFramework.Device.OneWire.git --depth 100 -b main libs/nanoFramework.Device.OneWire
0 commit comments