question

AnkitKumar-6861 avatar image
0 Votes"
AnkitKumar-6861 asked azure-cxp-api edited

How to get "Archive File to create" varaible in my next stage of pipeline.

I have below stages in my release pipeline and the first stage "Blob Storage" has multiple task and one of the task is creating an archive. The value of which is defined as shown in below diagram. In next stage I am calling a Powershell script to download these artifacts in archives in a SharePoint library, i.e. in $(System.DefaultWorkingDirectory)/Archives. I am passing this as an argument in Powershell task but in Powershell it gives me error as D:r/a/r/Archives not found. If I pass only $(System.DefaultWorkingDirectory) it successfully download the artifacts, but that is not correct as I am interested in the files which are created in each release.

How should I pass the Archive files to create in next stage??

46234-stages.png


46252-archive.png


not-supported-azure
stages.png (13.5 KiB)
archive.png (20.1 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SamaraSoucy-MSFT avatar image
0 Votes"
SamaraSoucy-MSFT answered

We want to make sure your question is read by the right people (who will be able to give you the best answers). Please post your question in the following forum, where the Azure DevOps team and DevOps community are actively answering questions:
https://developercommunity.visualstudio.com/spaces/21/index.html


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.