We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cf3e4 commit 2d928e2Copy full SHA for 2d928e2
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