When Secure file job downloads the file, where it is downloaded? on the build machine I assume, if yes, we can not check to see the file where it is as the build machine disappears once build has finished, is this correct?
I feel really greatful with your questions on my videos, if you need I am ok to connect with you on your questions. Call me on my number that you can find in the video description
Hello Raj, again it is me, can youy tell me please how can I declare a variable in a pipeline, then inside powershell task assign it a value which I can retrieve in a subsequent job/task/stage? Thanks
This article from Microsoft will help you learn.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#set-variables-in-pipeline
@@azuredevopsbyrajeshkumarm so many thanks Raj, I hev seen this article but I am not using Yaml, it is a classic pipeline where I define a variable but inside powershell it is erroring and indicating arguments are not found or .....
Hi Rajesh, Thank you for this content. Can we have a video on shared library in Azure devops just like we have in jenkins where we can add repository as shared library for jenkinsfile.