From c21cc9b2009f60759649d9529bf682f1bb801b31 Mon Sep 17 00:00:00 2001 From: Dhanashree Phulkar Date: Thu, 20 Jun 2024 11:25:51 +0530 Subject: [PATCH] Release pipeline for linux, mariner, mac and windows --- release-pipelines.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/release-pipelines.yml b/release-pipelines.yml index a908588b6..dff49bb23 100644 --- a/release-pipelines.yml +++ b/release-pipelines.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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