Shiju Samuel
Shiju Samuel

Reputation: 1591

Azure DevOps Classic Release Pipeline Debug

I source multiple artifacts in a release pipeline and do multiple transformation before publishing the files to SF Cluster. Is there a way to look/Debug the content just before publishing so I understand my transformation are working correctly. I am thinking to connect to azure storage and publish those file to have a look. Is there a better way to look through the content before publishing?

Also, is there a way to look at locked (secured) variable content?

Upvotes: 0

Views: 147

Answers (1)

Daniel Mann
Daniel Mann

Reputation: 59020

Add a command line / shell script step and run whatever commands you want to investigate the file system.

Upvotes: 1

Related Questions