Increment version of extension to rerun package and publish (#584)
* Increment version * Pull the vsce version * Update changelog
This commit is contained in:
Родитель
6d33ebaba3
Коммит
a6b5a41997
|
@ -16,6 +16,7 @@ before_install:
|
|||
install:
|
||||
- npm install
|
||||
- npm install -g vsce
|
||||
- npm list -g vsce
|
||||
script:
|
||||
- npm run tslint
|
||||
- npm run compile
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
# Change Log
|
||||
## 1.24.2 - 2021-7-15
|
||||
### Changed
|
||||
* Enumerate vsce version in release pipeline
|
||||
|
||||
## 1.24.1 - 2021-6-4
|
||||
### Changed
|
||||
* Allow user to specify the version of iotedgehubdev through IOTEDGEHUBDEV_VERSION environment variable
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "azure-iot-edge",
|
||||
"displayName": "Azure IoT Edge",
|
||||
"description": "This extension is now a part of Azure IoT Tools extension pack. We highly recommend installing Azure IoT Tools to get full capabilities for Azure IoT development. Develop, deploy, debug, and manage your IoT Edge solution.",
|
||||
"version": "1.24.1",
|
||||
"version": "1.24.2",
|
||||
"publisher": "vsciot-vscode",
|
||||
"aiKey": "95b20d64-f54f-4de3-8ad5-165a75a6c6fe",
|
||||
"icon": "logo.png",
|
||||
|
|
Загрузка…
Ссылка в новой задаче