Version changed After release 0.20.0 (#1169)
* Version chagnes * task command version update to 0.21.0 Co-authored-by: Roshan-sy <roshan-sy@github.com>
This commit is contained in:
Родитель
1f8e66b848
Коммит
fcfe14fecd
|
@ -192,7 +192,7 @@ jobs:
|
|||
vmImage: 'macOS-10.15'
|
||||
|
||||
steps:
|
||||
- script: git checkout release-0.19.0
|
||||
- script: git checkout release-0.20.0
|
||||
|
||||
- template: templates/run-tests.yml
|
||||
parameters:
|
||||
|
|
|
@ -188,7 +188,7 @@ jobs:
|
|||
vmImage: 'macOS-10.15'
|
||||
|
||||
steps:
|
||||
- script: git checkout release-0.19.0
|
||||
- script: git checkout release-0.20.0
|
||||
|
||||
- template: templates/run-tests.yml
|
||||
parameters:
|
||||
|
|
|
@ -35,9 +35,9 @@
|
|||
{
|
||||
"label": "Install extension",
|
||||
"type": "shell",
|
||||
"command": "az extension add --source ./dist/azure_devops-0.20.0-py2.py3-none-any.whl -y",
|
||||
"command": "az extension add --source ./dist/azure_devops-0.21.0-py2.py3-none-any.whl -y",
|
||||
"windows": {
|
||||
"command": "az extension add --source .\\dist\\azure_devops-0.20.0-py2.py3-none-any.whl -y",
|
||||
"command": "az extension add --source .\\dist\\azure_devops-0.21.0-py2.py3-none-any.whl -y",
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceRoot}/azure-devops/"
|
||||
|
@ -51,9 +51,9 @@
|
|||
{
|
||||
"label": "Update extension",
|
||||
"type": "shell",
|
||||
"command": "az extension add --source ./dist/azure_devops-0.20.0-py2.py3-none-any.whl -y",
|
||||
"command": "az extension add --source ./dist/azure_devops-0.21.0-py2.py3-none-any.whl -y",
|
||||
"windows": {
|
||||
"command": "az extension add --source .\\dist\\azure_devops-0.20.0-py2.py3-none-any.whl -y",
|
||||
"command": "az extension add --source .\\dist\\azure_devops-0.21.0-py2.py3-none-any.whl -y",
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceRoot}/azure-devops/"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
# Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
# --------------------------------------------------------------------------------------------
|
||||
|
||||
VERSION = "0.20.0"
|
||||
VERSION = "0.21.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче