@nordicsemiconductor/firmware-ci-runner-azure 3.0.157 → 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.
- package/dist/run.js +3 -0
- package/package.json +1 -1
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