Skip to content

Commit b44bfa8

Browse files
authored
Merge pull request #132 from dotnet/mistucke/408-fixup-az-tools-in-pipeline
Fixup az tools in pipeline
2 parents 2137f41 + 8aa2d1e commit b44bfa8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

azure-pipelines.yml

-8
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,6 @@ jobs:
8686
msbuildArgs: /t:BuildIndex /v:n /bl:$(Build.ArtifactStagingDirectory)/logs/build.binlog
8787
msbuildArchitecture: x64
8888

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-
- powershell: |
94-
deployment/install-tool.ps1 -Name 'azcopy' -Version 10.22.1
95-
displayName: 'Install AzCopy 10.22.1'
96-
9789
- task: CopyFiles@2
9890
inputs:
9991
sourceFolder: bin/index/

0 commit comments

Comments
 (0)