File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
azure-devops/azext_devops Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 vmImage : ' macOS-latest'
198198
199199 steps :
200- - script : git checkout Releases-1.0.1
200+ - script : git checkout Releases-0.26.0
201201
202202 - template : templates/run-tests.yml
203203 parameters :
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 vmImage : ' macOS-latest'
198198
199199 steps :
200- - script : git checkout Releases-1.0.1
200+ - script : git checkout Releases-0.26.0
201201
202202 - template : templates/run-tests.yml
203203 parameters :
Original file line number Diff line number Diff line change 3535 {
3636 "label" : " Install extension" ,
3737 "type" : " shell" ,
38- "command" : " az extension add --source ./dist/azure_devops-1.0.1 -py2.py3-none-any.whl -y" ,
38+ "command" : " az extension add --source ./dist/azure_devops-1.0.0 -py2.py3-none-any.whl -y" ,
3939 "windows" : {
40- "command" : " az extension add --source .\\ dist\\ azure_devops-1.0.1 -py2.py3-none-any.whl -y" ,
40+ "command" : " az extension add --source .\\ dist\\ azure_devops-1.0.0 -py2.py3-none-any.whl -y" ,
4141 },
4242 "options" : {
4343 "cwd" : " ${workspaceRoot}/azure-devops/"
Original file line number Diff line number Diff line change 33# Licensed under the MIT License. See License.txt in the project root for license information.
44# --------------------------------------------------------------------------------------------
55
6- VERSION = "1.0.1 "
6+ VERSION = "1.0.0 "
You can’t perform that action at this time.
0 commit comments