We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2137f41 + 8aa2d1e commit b44bfa8Copy full SHA for b44bfa8
azure-pipelines.yml
@@ -86,14 +86,6 @@ jobs:
86
msbuildArgs: /t:BuildIndex /v:n /bl:$(Build.ArtifactStagingDirectory)/logs/build.binlog
87
msbuildArchitecture: x64
88
89
- - powershell: |
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'
92
-
93
94
- deployment/install-tool.ps1 -Name 'azcopy' -Version 10.22.1
95
- displayName: 'Install AzCopy 10.22.1'
96
97
- task: CopyFiles@2
98
inputs:
99
sourceFolder: bin/index/
0 commit comments