Skip to content

Commit 2137f41

Browse files
authored
Merge pull request #131 from dotnet/mistucke/408-bump-az-tools
Bump version of azcli and azcopy
2 parents e6cf3e4 + 2d928e2 commit 2137f41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ jobs:
8787
msbuildArchitecture: x64
8888

8989
- 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'
90+
deployment/install-tool.ps1 -Name 'azure-cli' -Version 2.55.0 -TestPath '/wbin/az.cmd' -BinPath '/wbin/'
91+
displayName: 'Install Az CLI 2.55.0'
9292
9393
- powershell: |
94-
deployment/install-tool.ps1 -Name 'azcopy' -Version 10.2.1
95-
displayName: 'Install AzCopy 10.2.1'
94+
deployment/install-tool.ps1 -Name 'azcopy' -Version 10.22.1
95+
displayName: 'Install AzCopy 10.22.1'
9696
9797
- task: CopyFiles@2
9898
inputs:

0 commit comments

Comments
 (0)