Skip to content

Commit

Permalink
Release pipeline for linux, mariner, mac and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dphulkar-msft committed Jun 20, 2024
1 parent eb0bc08 commit c21cc9b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions release-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1316,8 +1316,8 @@ stages:
workingDirectory: $(System.DefaultWorkingDirectory)/azCopy-linux-signed
- script: |
azcopy --version
azcopy --help
azcopy_linux_amd64 --version
azcopy_linux_amd64 --help
displayName: 'Check Version and Help'
- job: Set_2
Expand Down Expand Up @@ -1354,8 +1354,8 @@ stages:
workingDirectory: $(System.DefaultWorkingDirectory)/azCopy-linux-signed
- script: |
azcopy --version
azcopy --help
azcopy_linux_arm64 --version
azcopy_linux_arm64 --help
displayName: 'Check Version and Help'
- job: Set_3
Expand Down Expand Up @@ -1394,8 +1394,8 @@ stages:
workingDirectory: $(System.DefaultWorkingDirectory)/azCopy-linux-signed
- script: |
azcopy --version
azcopy --help
azcopy_linux_arm64 --version
azcopy_linux_arm64 --help
displayName: 'Check Version and Help'
- job: Set_4
Expand Down Expand Up @@ -1439,8 +1439,8 @@ stages:
workingDirectory: $(System.DefaultWorkingDirectory)/azCopy-linux-signed
- script: |
azcopy --version
azcopy --help
azcopy_linux_amd64 --version
azcopy_linux_amd64 --help
displayName: 'Check Version and Help'
- job: Set_5
Expand Down Expand Up @@ -1483,8 +1483,8 @@ stages:
workingDirectory: $(System.DefaultWorkingDirectory)/azCopy-linux-signed/mariner
- script: |
azcopy --version
azcopy --help
azcopy_linux_amd64 --version
azcopy_linux_amd64 --help
displayName: 'Check Version and Help'
- job: Set_6
Expand Down

0 comments on commit c21cc9b

Please sign in to comment.