This commit is contained in:
v-soujanya 2024-05-15 11:32:10 +05:30
Родитель ce53bd8276
Коммит dcc7c9805f
4 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -197,7 +197,7 @@ jobs:
vmImage: 'macOS-latest'
steps:
- script: git checkout release-1.0.0
- script: git checkout release-1.0.1
- template: templates/run-tests.yml
parameters:

Просмотреть файл

@ -197,7 +197,7 @@ jobs:
vmImage: 'macOS-latest'
steps:
- script: git checkout release-1.0.0
- script: git checkout release-1.0.1
- template: templates/run-tests.yml
parameters:

8
.vscode/tasks.json поставляемый
Просмотреть файл

@ -35,9 +35,9 @@
{
"label": "Install extension",
"type": "shell",
"command": "az extension add --source ./dist/azure_devops-1.0.1-py2.py3-none-any.whl -y",
"command": "az extension add --source ./dist/azure_devops-1.0.2-py2.py3-none-any.whl -y",
"windows": {
"command": "az extension add --source .\\dist\\azure_devops-1.0.1-py2.py3-none-any.whl -y",
"command": "az extension add --source .\\dist\\azure_devops-1.0.2-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-1.0.1-py2.py3-none-any.whl -y",
"command": "az extension add --source ./dist/azure_devops-1.0.2-py2.py3-none-any.whl -y",
"windows": {
"command": "az extension add --source .\\dist\\azure_devops-1.0.1-py2.py3-none-any.whl -y",
"command": "az extension add --source .\\dist\\azure_devops-1.0.2-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 = "1.0.1"
VERSION = "1.0.2"