Ubuntu – Trying to pass prompt value into the code in Azure DevOps (python)
I am trying to get userStory value from user while running build pipeline in Azure DevOps. I want to use that value as a variable into the python script that I am building. I tried below code with yaml, Also…