We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6cf3e4 + 2d928e2 commit 2137f41Copy full SHA for 2137f41
azure-pipelines.yml
@@ -87,12 +87,12 @@ jobs:
87
msbuildArchitecture: x64
88
89
- powershell: |
90
- deployment/install-tool.ps1 -Name 'azure-cli' -Version 2.8.0 -TestPath '/wbin/az.cmd' -BinPath '/wbin/'
91
- displayName: 'Install Az CLI 2.8.0'
+ deployment/install-tool.ps1 -Name 'azure-cli' -Version 2.55.0 -TestPath '/wbin/az.cmd' -BinPath '/wbin/'
+ displayName: 'Install Az CLI 2.55.0'
92
93
94
- deployment/install-tool.ps1 -Name 'azcopy' -Version 10.2.1
95
- displayName: 'Install AzCopy 10.2.1'
+ deployment/install-tool.ps1 -Name 'azcopy' -Version 10.22.1
+ displayName: 'Install AzCopy 10.22.1'
96
97
- task: CopyFiles@2
98
inputs:
0 commit comments