0

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

enter image description here

Below is my Azure devops build pipeline, where I want to add the PowerShell script filepath:

enter image description here

The "ScriptPath" in the second image does not have a browse option, so I am unable to get the proper path.

Please help me.

2 Answers 2

2

'./HelloWorld.ps1' I had to use this format as a filepath.

Sign up to request clarification or add additional context in comments.

1 Comment

Stackoverflow wont allow me to accept my answer for two days. I will mark it after two days.
0

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.

Azure Devops - Piplines - Browse button

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.