Revert "post release changes 1.0.1 (#1406)"

This reverts commit 4b68c72b05.
This commit is contained in:
v-soujanya 2024-04-30 16:10:20 +05:30 коммит произвёл GitHub
Родитель 4b68c72b05
Коммит d299ba643e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 5 добавлений и 5 удалений

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

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

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

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

4
.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.0-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.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 = "1.0.1"
VERSION = "1.0.0"