File tree Expand file tree Collapse file tree
azure-devops/azext_devops Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 {
3939 "label" : " Install extension" ,
4040 "type" : " shell" ,
41- "command" : " az extension add --source ./dist/azure_devops-1.0.3 -py2.py3-none-any.whl -y" ,
41+ "command" : " az extension add --source ./dist/azure_devops-1.0.4 -py2.py3-none-any.whl -y" ,
4242 "windows" : {
43- "command" : " az extension add --source .\\ dist\\ azure_devops-1.0.3 -py2.py3-none-any.whl -y" ,
43+ "command" : " az extension add --source .\\ dist\\ azure_devops-1.0.4 -py2.py3-none-any.whl -y" ,
4444 },
4545 "options" : {
4646 "cwd" : " ${workspaceRoot}/azure-devops/"
5454 {
5555 "label" : " Update extension" ,
5656 "type" : " shell" ,
57- "command" : " az extension add --source ./dist/azure_devops-1.0.3 -py2.py3-none-any.whl -y" ,
57+ "command" : " az extension add --source ./dist/azure_devops-1.0.4 -py2.py3-none-any.whl -y" ,
5858 "windows" : {
59- "command" : " az extension add --source .\\ dist\\ azure_devops-1.0.3 -py2.py3-none-any.whl -y" ,
59+ "command" : " az extension add --source .\\ dist\\ azure_devops-1.0.4 -py2.py3-none-any.whl -y" ,
6060 },
6161 "options" : {
6262 "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.3 "
6+ VERSION = "1.0.4 "
You can’t perform that action at this time.
0 commit comments