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

'Pull Request Feature' error #3

Open
chris-ace opened this issue Aug 21, 2023 · 0 comments
Open

'Pull Request Feature' error #3

chris-ace opened this issue Aug 21, 2023 · 0 comments

Comments

@chris-ace
Copy link

I receive following error trying to finish a feature via PR ("Pull Request Feature" action):

System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at GitFlowAVH.GitFlowWrapper.RunAzRepos(String arguments, Int32 timeout)
   at GitFlowAVH.GitFlowWrapper.PullRequestFeature(String featureName, String pullRequestWorkItems, Boolean deleteLocalBranch)
   at GitFlowAVH.ViewModels.ActionViewModel.PullRequestFeature()

The last log in the GitFlow AVH output is as follows:
Running az repos pr create --source-branch feature/#### --target-branch develop --title "Feature #### into develop" --open --work-items ####

I installed the Azure CLI and the azure-devops extension, logged in via az login. Running the exact same command via CLI successfully creates a PR and opens it in a web browser window.

I updated to 3.0.1.2 today, but the error persists. I do not remember which version I had before but it was the same error.

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

1 participant