File tree 5 files changed +10
-10
lines changed
azure-devops/azext_devops
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197
197
vmImage : ' macOS-latest'
198
198
199
199
steps :
200
- - script : git checkout Releases-0.26 .0
200
+ - script : git checkout release-1.0 .0
201
201
202
202
- template : templates/run-tests.yml
203
203
parameters :
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197
197
vmImage : ' macOS-latest'
198
198
199
199
steps :
200
- - script : git checkout Releases-0.26 .0
200
+ - script : git checkout release-1.0 .0
201
201
202
202
- template : templates/run-tests.yml
203
203
parameters :
Original file line number Diff line number Diff line change 25
25
# - script: pytest --junitxml "TEST-results.xml"
26
26
# displayName: 'Run Tests'
27
27
28
- - ${{ if eq(parameters.runOnlyRecordedTests, 'true') }} :
29
- - script : pytest tests --junitxml "TEST-results.xml"
30
- displayName : ' Run Tests'
28
+ # - ${{ if eq(parameters.runOnlyRecordedTests, 'true') }}:
29
+ # - script: pytest tests --junitxml "TEST-results.xml"
30
+ # displayName: 'Run Tests'
31
31
32
32
- task : PublishTestResults@2
33
33
displayName : ' Publish Test Results'
Original file line number Diff line number Diff line change 35
35
{
36
36
"label" : " Install extension" ,
37
37
"type" : " shell" ,
38
- "command" : " az extension add --source ./dist/azure_devops-1.0.0 -py2.py3-none-any.whl -y" ,
38
+ "command" : " az extension add --source ./dist/azure_devops-1.0.1 -py2.py3-none-any.whl -y" ,
39
39
"windows" : {
40
- "command" : " az extension add --source .\\ dist\\ azure_devops-1.0.0 -py2.py3-none-any.whl -y" ,
40
+ "command" : " az extension add --source .\\ dist\\ azure_devops-1.0.1 -py2.py3-none-any.whl -y" ,
41
41
},
42
42
"options" : {
43
43
"cwd" : " ${workspaceRoot}/azure-devops/"
51
51
{
52
52
"label" : " Update extension" ,
53
53
"type" : " shell" ,
54
- "command" : " az extension add --source ./dist/azure_devops-1.0.0 -py2.py3-none-any.whl -y" ,
54
+ "command" : " az extension add --source ./dist/azure_devops-1.0.1 -py2.py3-none-any.whl -y" ,
55
55
"windows" : {
56
- "command" : " az extension add --source .\\ dist\\ azure_devops-1.0.0 -py2.py3-none-any.whl -y" ,
56
+ "command" : " az extension add --source .\\ dist\\ azure_devops-1.0.1 -py2.py3-none-any.whl -y" ,
57
57
},
58
58
"options" : {
59
59
"cwd" : " ${workspaceRoot}/azure-devops/"
Original file line number Diff line number Diff line change 3
3
# Licensed under the MIT License. See License.txt in the project root for license information.
4
4
# --------------------------------------------------------------------------------------------
5
5
6
- VERSION = "1.0.0 "
6
+ VERSION = "1.0.1 "
You can’t perform that action at this time.
0 commit comments