Reputation: 1511
I have been following the article to learn Azure Devops. However, I am not able to get the file path for the Powershell script to pass into the azure devops build pipeline.
https://learn.microsoft.com/en-in/azure/devops/pipelines/create-first-pipeline?view=azure-devops
Below is my script in Azure Repo
Below is my Azure devops build pipeline, where I want to add the PowerShell script filepath:
The "ScriptPath" in the second image does not have a browse option, so I am unable to get the proper path.
Please help me.
Upvotes: 0
Views: 6133
Reputation: 3826
Looks like Azure Devops is improving their user interface every day. The browse ellipse button at least showed up in my pipeline to edit the correct relative path to my Powershell script.
Upvotes: 0