File tree 2 files changed +4
-4
lines changed
.azure-pipelines/templates
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- template : install-azure-cli-edge.yml
14
14
15
15
- ${{ if eq(parameters.runWithAzureCliReleased, 'true') }} :
16
- - template : install-azure-cli-released .yml
16
+ - template : install-azure-cli-edge .yml
17
17
18
18
- template : download-install-local-azure-test-sdk.yml
19
19
35
35
testResultsFormat : ' JUnit'
36
36
testResultsFiles : ' **TEST-*.xml'
37
37
searchFolder : ' $(System.DefaultWorkingDirectory)'
38
- condition : succeededOrFailed()
38
+ condition : succeededOrFailed()
Original file line number Diff line number Diff line change 3
3
displayName : ' Upgrade pip'
4
4
- script : pip install wheel==0.30.0
5
5
displayName : ' Install Wheel'
6
- - script : pip install pytest==4.6.6
6
+ - script : pip install pytest==6.2.5
7
7
displayName : ' Install pytest'
8
8
- script : pip install coverage
9
9
displayName : ' Install coverage'
10
10
- script : pip install pytest-cov
11
- displayName : ' Install pytest-cov'
11
+ displayName : ' Install pytest-cov'
You can’t perform that action at this time.
0 commit comments