Skip to content

Commit b88cbc0

Browse files
committed
Remove explicit az tool install, instead rely on base image
1 parent 888d353 commit b88cbc0

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

azure-pipelines.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,8 @@ jobs:
8989
- powershell: |
9090
az --version
9191
az extension list
92-
displayName: 'TEST: Print azcli version'
93-
94-
- powershell: |
9592
azcopy --version
96-
displayName: 'TEST: Print azcli version'
97-
98-
- powershell: |
99-
deployment/install-tool.ps1 -Name 'azure-cli' -Version 2.55.0 -TestPath '/wbin/az.cmd' -BinPath '/wbin/'
100-
displayName: 'Install Az CLI 2.55.0'
101-
102-
- powershell: |
103-
deployment/install-tool.ps1 -Name 'azcopy' -Version 10.22.1
104-
displayName: 'Install AzCopy 10.22.1'
93+
displayName: 'Print az tool versions'
10594
10695
- task: CopyFiles@2
10796
inputs:

0 commit comments

Comments
 (0)