Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "Cannot process argument because the value of argument "path" is null. Change the value of argument "path" to a non-null value." #8

Open
stefmsft opened this issue Apr 19, 2018 · 8 comments

Comments

@stefmsft
Copy link

I can't provide more détails as I don't know how to get more debug info from the tool.
My agent is VSTS online and I guess the error doesn't show up on local agent.
Its consistent everytime I run it.
It doesn't even start to process the git command so I suspect this happen when it tries to locate the path of the scripts
Cheers

@AndreiBrajnicov
Copy link

I got the same error
2018-05-23T13:11:46.2840001Z ##[error]Cannot process argument because the value of argument "path" is null. Change the value of argument "path" to a non-null value.
Some idea how to fix it?

@simon-letch
Copy link

Me too

@bke-daniel
Copy link

Same over here

@saigkill
Copy link

Anything new there? I'm running into the same error

@saigkill
Copy link

saigkill commented May 1, 2019

I found out somehing. The Build Pipeline gets the sources at beginning. So i think, git can find the needed information about the repository inside the pulled sources. The Release Pipeline hasn't the function to get the sources per default. So in my case i have decided to use the mirroring inside the Build pipeline.

@saratSubramaniam
Copy link

Hello @saigkill - I am facing the same issue with my Azure release pipeline. My intention is to push the artifacts to a GIT repo.
Could you please give more idea on how you achieved it ?

@gbroch-zz
Copy link

Same issue here, with null path, will attempt build path mirror and update

@gbroch-zz
Copy link

Was able to achieve this by doing the following:

  • Create a new Azure Project
  • import repo from github
  • create a build pipeline that mirrors the two repositories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants