@nordicsemiconductor/firmware-ci-runner-azure 3.0.156 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/run.js +3 -0
  2. package/package.json +2 -2
package/dist/run.js CHANGED
@@ -185,6 +185,9 @@ const run = ({ port, target, }) => {
185
185
  },
186
186
  });
187
187
  const url = new url_1.URL(`https://${testEnv.storageAccountName}.blob.core.windows.net/${fotaStorageContainer}/${fotaFileName}`);
188
+ debug(`File uploaded`, fotaFileName);
189
+ debug(JSON.stringify(uploadResult));
190
+ debug(url.toString());
188
191
  const res = await iotHubRegistry
189
192
  .createQuery(`SELECT * FROM devices WHERE deviceId='${deviceId}'`)
190
193
  .nextAsTwin();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/firmware-ci-runner-azure",
3
- "version": "3.0.156",
3
+ "version": "3.1.0",
4
4
  "description": "Runs firmware on a real device connected to Azure IoT hub.",
5
5
  "main": "./dist/export.js",
6
6
  "bin": "./cli/index.js",
@@ -30,7 +30,7 @@
30
30
  "@azure/arm-resources-subscriptions": "2.0.2",
31
31
  "@azure/identity": "3.1.2",
32
32
  "@azure/storage-blob": "12.12.0",
33
- "@nordicsemiconductor/firmware-ci-device-helpers": "13.2.70",
33
+ "@nordicsemiconductor/firmware-ci-device-helpers": "13.2.71",
34
34
  "@serialport/parser-readline": "10.5.0",
35
35
  "azure-iothub": "1.16.1",
36
36
  "semver": "7.3.8",